com.ptc.windchill.upgrade.ius
Class DependencyGraphModel.RequiringEdge

java.lang.Object
  extended bycom.ptc.windchill.upgrade.ius.DependencyGraphModel.Edge
      extended bycom.ptc.windchill.upgrade.ius.DependencyGraphModel.RequiringEdge
Enclosing class:
DependencyGraphModel

private class DependencyGraphModel.RequiringEdge
extends DependencyGraphModel.Edge

Edge to denote an required dependency as: "The to-node is required for the from-node to work"


Constructor Summary
DependencyGraphModel.RequiringEdge(DependencyGraphModel.Node from_node, DependencyGraphModel.Node to_node)
           
 
Method Summary
 String getArrowString()
          A straight arrow pointing to the right.
 DependencyGraphModel.Node getPointedToNode()
          Gets the "to" node.
 DependencyGraphModel.Node getPointingNode()
          Gets the "from" node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraphModel.RequiringEdge

public DependencyGraphModel.RequiringEdge(DependencyGraphModel.Node from_node,
                                          DependencyGraphModel.Node to_node)
Method Detail

getArrowString

public String getArrowString()
A straight arrow pointing to the right.

Specified by:
getArrowString in class DependencyGraphModel.Edge

getPointingNode

public DependencyGraphModel.Node getPointingNode()
Gets the "from" node.


getPointedToNode

public DependencyGraphModel.Node getPointedToNode()
Gets the "to" node.