ca.quine.jcommons.transform.graph
Class Edge

java.lang.Object
  |
  +--ca.quine.jcommons.transform.graph.Edge

public class Edge
extends Object


Constructor Summary
Edge(TransformNode parentNode, TransformNode node)
           
 
Method Summary
 TransformNode getNode()
           
 TransformNode getParentNode()
          If the node has no parent, this field will be null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge(TransformNode parentNode,
            TransformNode node)
Method Detail

getNode

public TransformNode getNode()

getParentNode

public TransformNode getParentNode()
If the node has no parent, this field will be null.