edu.uci.ics.jung.graph.predicates
Class EdgePredicate
java.lang.Object
edu.uci.ics.jung.graph.predicates.GPredicate
edu.uci.ics.jung.graph.predicates.EdgePredicate
- All Implemented Interfaces:
- Predicate
- Direct Known Subclasses:
- KPartiteEdgePredicate, NotInGraphEdgePredicate, ParallelEdgePredicate, ReciprocatedDirectedEdgePredicate, SelfLoopEdgePredicate, SimpleEdgePredicate, TreePredicate, UserDatumEdgePredicate
public abstract class EdgePredicate
- extends GPredicate
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgePredicate
public EdgePredicate()
evaluate
public final boolean evaluate(Object arg0)
- See Also:
Predicate.evaluate(java.lang.Object)
evaluateEdge
public abstract boolean evaluateEdge(ArchetypeEdge e)