edu.uci.ics.jung.graph.predicates
Class VertexPredicate
java.lang.Object
edu.uci.ics.jung.graph.predicates.GPredicate
edu.uci.ics.jung.graph.predicates.VertexPredicate
- All Implemented Interfaces:
- Predicate
- Direct Known Subclasses:
- ContainsUserDataKeyVertexPredicate, IsolatedVertexPredicate, NotInGraphVertexPredicate, SinkVertexPredicate, SourceVertexPredicate, UserDatumVertexPredicate
public abstract class VertexPredicate
- extends GPredicate
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VertexPredicate
public VertexPredicate()
evaluate
public final boolean evaluate(Object arg0)
- See Also:
Predicate.evaluate(java.lang.Object)
evaluateVertex
public abstract boolean evaluateVertex(ArchetypeVertex v)