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

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

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

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

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