edu.uci.ics.jung.graph.predicates
Class ContainsUserDataKeyVertexPredicate
java.lang.Object
edu.uci.ics.jung.graph.predicates.GPredicate
edu.uci.ics.jung.graph.predicates.VertexPredicate
edu.uci.ics.jung.graph.predicates.ContainsUserDataKeyVertexPredicate
- All Implemented Interfaces:
- Predicate
public class ContainsUserDataKeyVertexPredicate
- extends VertexPredicate
Returns true iff the vertex contains the specified user data key.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected Object key
ContainsUserDataKeyVertexPredicate
public ContainsUserDataKeyVertexPredicate(Object key)
evaluateVertex
public boolean evaluateVertex(ArchetypeVertex v)
- Specified by:
evaluateVertex
in class VertexPredicate
- See Also:
VertexPredicate.evaluateVertex(edu.uci.ics.jung.graph.ArchetypeVertex)