org.cesta.parsers.dot
Class DotTree.NodePair

java.lang.Object
  extended by org.cesta.parsers.dot.DotTree.NodePair
Enclosing class:
DotTree

public class DotTree.NodePair
extends java.lang.Object

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

x

public DotTree.Node x

y

public DotTree.Node y
Constructor Detail

DotTree.NodePair

public DotTree.NodePair(DotTree.Node x,
                        DotTree.Node y)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object