Interface GraphNodePredicate
-
public interface GraphNodePredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GraphNodePredicate
and(GraphNodePredicate p)
default GraphNodePredicate
negate()
boolean
test(Graph graph, Node node, NodeContext context)
-
-
-
Method Detail
-
test
boolean test(Graph graph, Node node, NodeContext context)
-
and
default GraphNodePredicate and(GraphNodePredicate p)
-
negate
default GraphNodePredicate negate()
-
-