public class NotInGraphEdgePredicate extends EdgePredicate implements UncopyablePredicate
AbstractSparseGraph
includes this edge constraint by default. Should
not be used as a subset specification.isInitializationPredicate| Constructor and Description |
|---|
NotInGraphEdgePredicate(ArchetypeGraph ag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
evaluateEdge(ArchetypeEdge e)
Returns
true if this edge is not currently
part of graph ag. |
int |
hashCode() |
java.lang.String |
toString() |
evaluatepublic NotInGraphEdgePredicate(ArchetypeGraph ag)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean evaluateEdge(ArchetypeEdge e)
true if this edge is not currently
part of graph ag.evaluateEdge in class EdgePredicate