edu.uci.ics.jung.graph.predicates
Class TreePredicate
java.lang.Object
edu.uci.ics.jung.graph.predicates.GPredicate
edu.uci.ics.jung.graph.predicates.EdgePredicate
edu.uci.ics.jung.graph.predicates.TreePredicate
- All Implemented Interfaces:
- Predicate
public class TreePredicate
- extends EdgePredicate
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected static TreePredicate instance
TreePredicate
public TreePredicate()
evaluateEdge
public boolean evaluateEdge(ArchetypeEdge e)
- Any edges added to this graph must go to a vertex where
- Specified by:
evaluateEdge
in class EdgePredicate
- See Also:
EdgePredicate.evaluateEdge(edu.uci.ics.jung.graph.ArchetypeEdge)
getInstance
public static TreePredicate getInstance()
- Returns:
- a
TreePredicate
instance