edu.uci.ics.jung.graph.predicates
Class ContainsUserDataKeyVertexPredicate

java.lang.Object
  extended by edu.uci.ics.jung.graph.predicates.GPredicate
      extended by edu.uci.ics.jung.graph.predicates.VertexPredicate
          extended by 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

Field Summary
protected  Object key
           
 
Fields inherited from class edu.uci.ics.jung.graph.predicates.GPredicate
isInitializationPredicate
 
Constructor Summary
ContainsUserDataKeyVertexPredicate(Object key)
           
 
Method Summary
 boolean evaluateVertex(ArchetypeVertex v)
           
 
Methods inherited from class edu.uci.ics.jung.graph.predicates.VertexPredicate
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected Object key
Constructor Detail

ContainsUserDataKeyVertexPredicate

public ContainsUserDataKeyVertexPredicate(Object key)
Method Detail

evaluateVertex

public boolean evaluateVertex(ArchetypeVertex v)
Specified by:
evaluateVertex in class VertexPredicate
See Also:
VertexPredicate.evaluateVertex(edu.uci.ics.jung.graph.ArchetypeVertex)