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

java.lang.Object
  extended byedu.uci.ics.jung.graph.predicates.GPredicate
      extended byedu.uci.ics.jung.graph.predicates.VertexPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate
Direct Known Subclasses:
IsolatedVertexPredicate, NotInGraphVertexPredicate, UserDatumVertexPredicate

public abstract class VertexPredicate
extends GPredicate

Author:
Joshua O'Madadhain

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

Constructor Detail

VertexPredicate

public VertexPredicate()
Method Detail

evaluate

public final boolean evaluate(java.lang.Object arg0)
See Also:
Predicate.evaluate(java.lang.Object)

evaluateVertex

public abstract boolean evaluateVertex(ArchetypeVertex v)