Interface GraphNodePredicate
public interface GraphNodePredicate
-
Method Summary
Modifier and TypeMethodDescriptiondefault GraphNodePredicate
default GraphNodePredicate
negate()
boolean
test
(Graph graph, Node node, NodeContext context)
-
Method Details
-
test
-
and
-
negate
-