Neighborhood Present
A condition is valid if the node has a neighborhood, formally if the node has at least one node connected by a linking rule.
Parameters
<T>
The concentration type.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
How to override: if you intend your condition to be potentially changed by any change in the context, return null.
Link copied to clipboard
Override if 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