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 |
CliqueGraphPredicate
Returns true if this graph is a clique (that is, if
each vertex in the graph is a neighbor of each other
vertex; also known as a complete graph).
|
class |
ConnectedGraphPredicate |