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

Packages that use VertexPredicate
edu.uci.ics.jung.graph.filters   
edu.uci.ics.jung.graph.predicates   
 

Uses of VertexPredicate in edu.uci.ics.jung.graph.filters
 

Constructors in edu.uci.ics.jung.graph.filters with parameters of type VertexPredicate
VertexPredicateFilter(VertexPredicate vp)
           
 

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

Subclasses of VertexPredicate in edu.uci.ics.jung.graph.predicates
 class IsolatedVertexPredicate
          A predicate which tests to see whether a specified vertex has any neighbors.
 class NotInGraphVertexPredicate
          A predicate that tests to see whether a specified vertex is currently part of a graph.
 class UserDatumVertexPredicate
          A predicate that checks to see whether a vertex's user data repository contains the constructor-specified (key,datum) pair.