|
||||||||||
| 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.NodeSet
A set of nodes vi in a traversal, where the nodes in the set are all copies of the same class graph node v with different indices i.
| Method Summary | |
boolean |
equals(Object x)
|
List |
getIncomingEdgeSets()
An unmodifiable list of EdgeSet objects representing the edges in the traversal coming into the nodes in this set. |
Object |
getNode()
The class graph node v corresponding to this node set. |
List |
getOutgoingEdgeSets()
An unmodifiable list of EdgeSet objects representing the edges in the traversal going out of the nodes in this set. |
boolean |
sameNode(Traversal.NodeSet s)
Is s a set of copies of the same node as this? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Object getNode()
public boolean sameNode(Traversal.NodeSet s)
public boolean equals(Object x)
equals in class Objectpublic String toString()
toString in class Objectpublic List getOutgoingEdgeSets()
public List getIncomingEdgeSets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||