|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.upgrade.ius.DependencyGraphModel.Edge
com.ptc.windchill.upgrade.ius.DependencyGraphModel.RequiringEdge
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 |
public DependencyGraphModel.RequiringEdge(DependencyGraphModel.Node from_node, DependencyGraphModel.Node to_node)
Method Detail |
public String getArrowString()
getArrowString
in class DependencyGraphModel.Edge
public DependencyGraphModel.Node getPointingNode()
public DependencyGraphModel.Node getPointedToNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |