AbstractNeighborCondition
Represents a condition on a neighbor. Formally, this condition is satisfied if at least one neighbor satisfies the condition.
Parameters
<T>
the concentration type.
Inheritors
Functions
Link copied to clipboard
abstract fun cloneCondition(newNode: Node<T>, newReaction: Reaction<T>): AbstractNeighborCondition<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Override if the desired behavior differs.
Link copied to clipboard
Searches in the given neighborhood which nodes satisfy the condition and returns a list of valid neighbors.
Link copied to clipboard