Uses of Class
edu.uci.ics.jung.graph.predicates.GraphPredicate

Packages that use GraphPredicate
edu.uci.ics.jung.graph.predicates   
 

Uses of GraphPredicate in edu.uci.ics.jung.graph.predicates
 

Subclasses of GraphPredicate in edu.uci.ics.jung.graph.predicates
 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