- All Superinterfaces:
- org.apache.commons.collections.Predicate
- All Known Implementing Classes:
- NotInGraphEdgePredicate, NotInGraphVertexPredicate
public interface UncopyablePredicate
extends org.apache.commons.collections.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