|
|||||||||||
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.ExcludingEdge
Edge to denote an exclusion dependency as: "If the to-node is run, it precludes the from-node from running"
Constructor Summary | |
DependencyGraphModel.ExcludingEdge(DependencyGraphModel.Node from_node,
DependencyGraphModel.Node to_node)
|
Method Summary | |
String |
getArrowString()
A straight arrow with a hatch mark 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.ExcludingEdge(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 |