|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDomEdge
public class DomEdge
A representation of a dominance edge, as a pair of a source and a target node.
Constructor Summary | |
---|---|
DomEdge(String src,
String tgt)
Constructor which takes a source and target node. |
Method Summary | |
---|---|
String |
getSrc()
Get the source node in this pair. |
String |
getTgt()
Get the target node in this pair. |
String |
toString()
Computes a string representation of this pair. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DomEdge(String src, String tgt)
src
- the source nodetgt
- the target nodeMethod Detail |
---|
public String getSrc()
public String getTgt()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |