|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.neu.ccs.demeter.aplib.Traversal.EdgeSet
A set of edges ui -l-> vj
in a traversal graph, where the edges in the set are all copies
of the same class graph edge u -l-> v with
different endpoint indices i and j.
| Method Summary | |
boolean |
equals(Object x)
|
EdgeI |
getEdge()
The class graph edge u -l-> v corresponding to
this edge set. |
abstract Traversal.NodeSet |
getTargetNodeSet()
The set of target nodes of edges in this set. |
boolean |
sameEdge(Traversal.EdgeSet s)
Is s a set of copies of the same edge as this? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public EdgeI getEdge()
-l-> v corresponding to
this edge set.
public boolean sameEdge(Traversal.EdgeSet s)
public boolean equals(Object x)
equals in class Objectpublic String toString()
toString in class Objectpublic abstract Traversal.NodeSet getTargetNodeSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||