Uses of Interface
edu.uci.ics.jung.graph.predicates.UncopyablePredicate

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

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

Classes in edu.uci.ics.jung.graph.predicates that implement UncopyablePredicate
 class NotInGraphEdgePredicate
          A predicate that tests to see whether a specified edge is currently part of a graph.
 class NotInGraphVertexPredicate
          A predicate that tests to see whether a specified vertex is currently part of a graph.