public class SelfLoopEdgePredicate extends EdgePredicate
isInitializationPredicate
Modifier | Constructor and Description |
---|---|
protected |
SelfLoopEdgePredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateEdge(ArchetypeEdge e)
Returns
true if e is an
Edge that connects a vertex to itself. |
static SelfLoopEdgePredicate |
getInstance()
Returns an instance of this class.
|
java.lang.String |
toString() |
evaluate
public static SelfLoopEdgePredicate getInstance()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean evaluateEdge(ArchetypeEdge e)
true
if e
is an
Edge
that connects a vertex to itself.evaluateEdge
in class EdgePredicate