edu.uci.ics.jung.graph.predicates
Class SelfLoopEdgePredicate
java.lang.Object
edu.uci.ics.jung.graph.predicates.GPredicate
edu.uci.ics.jung.graph.predicates.EdgePredicate
edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
- All Implemented Interfaces:
- Predicate
public class SelfLoopEdgePredicate
- extends EdgePredicate
A predicate that checks to see whether a specified
edge is a self-loop.
- Author:
- Joshua O'Madadhain
SelfLoopEdgePredicate
protected SelfLoopEdgePredicate()
getInstance
public static SelfLoopEdgePredicate getInstance()
- Returns an instance of this class.
toString
public String toString()
- Overrides:
toString
in class Object
evaluateEdge
public boolean evaluateEdge(ArchetypeEdge e)
- Returns
true
if e
is an
Edge
that connects a vertex to itself.
- Specified by:
evaluateEdge
in class EdgePredicate