|
||||||||||
| 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
|
+--edu.neu.ccs.demeter.aplib.TraversalGraph.EdgeSet
A set of edges u^i -l-> v^j 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 o)
|
Set |
getIntercopyIndices()
An unmodifiable Set of IndexPair objects representing the endpoint indices of the intercopy copies in this set, i.e. the set of all (i,j) such that i ! |
List |
getSourceIndices(int j)
An unmodifiable list of source indices (Integer objects) corresponding to target index j. |
List |
getTargetIndices(int i)
An unmodifiable list of target indices (Integer objects) corresponding to source index i. |
Traversal.NodeSet |
getTargetNodeSet()
The set of target nodes of edges in this set. |
boolean |
hasIndices(int i,
int j)
Is u^i -l-> v^j in this set? |
| Methods inherited from class edu.neu.ccs.demeter.aplib.Traversal.EdgeSet |
getEdge, sameEdge, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Set getIntercopyIndices()
-l-> v^j is in the
set.
public boolean hasIndices(int i,
int j)
-l-> v^j in this set?
public List getTargetIndices(int i)
public List getSourceIndices(int j)
public Traversal.NodeSet getTargetNodeSet()
getTargetNodeSet in class Traversal.EdgeSetpublic boolean equals(Object o)
equals in class Traversal.EdgeSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||