|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cesta.parsers.dot.DotTree.NodePair
public class DotTree.NodePair
Single edge between two nodes.
Field Summary | |
---|---|
DotTree.Node |
x
|
DotTree.Node |
y
|
Constructor Summary | |
---|---|
DotTree.NodePair(DotTree.Node x,
DotTree.Node y)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public DotTree.Node x
public DotTree.Node y
Constructor Detail |
---|
public DotTree.NodePair(DotTree.Node x, DotTree.Node y)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |