Package | Description |
---|---|
edu.uci.ics.jung.graph.predicates |
A
Predicate tests whether an Object satisfies a specific
implementation-defined property. |
Modifier and Type | Class and Description |
---|---|
class |
NotInGraphEdgePredicate
A predicate that tests to see whether a specified
edge is currently part of a graph.
|
class |
NotInGraphVertexPredicate
A predicate that tests to see whether a specified
vertex is currently part of a graph.
|