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

Packages that use SinkVertexPredicate
edu.uci.ics.jung.graph.predicates A Predicate tests whether an Object satisfies a specific implementation-defined property. 
 

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

Fields in edu.uci.ics.jung.graph.predicates declared as SinkVertexPredicate
protected static SinkVertexPredicate SinkVertexPredicate.instance
           
 

Methods in edu.uci.ics.jung.graph.predicates that return SinkVertexPredicate
static SinkVertexPredicate SinkVertexPredicate.getInstance()