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

All Superinterfaces:
Predicate
All Known Implementing Classes:
NotInGraphEdgePredicate, NotInGraphVertexPredicate

public interface UncopyablePredicate
extends Predicate

A tagging interface for predicates that should not be copied along with their graph. This interface should generally be implemented by graph-specific constraints (e.g. NotInGraphVertexPredicate).

Author:
Joshua O'Madadhain

Method Summary
 
Methods inherited from interface org.apache.commons.collections.Predicate
evaluate