|
|||||||||||
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
Generic edge class.
Field Summary | |
private DependencyGraphModel.Node |
fromNode_
|
private DependencyGraphModel.Node |
toNode_
|
Constructor Summary | |
protected |
DependencyGraphModel.Edge(DependencyGraphModel.Node from_node,
DependencyGraphModel.Node to_node)
Create an edge directed from the from_node to the to_node . |
Method Summary | |
abstract String |
getArrowString()
Should return a textual representation of the edge pointing from left-to-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 |
Field Detail |
private DependencyGraphModel.Node fromNode_
private DependencyGraphModel.Node toNode_
Constructor Detail |
protected DependencyGraphModel.Edge(DependencyGraphModel.Node from_node, DependencyGraphModel.Node to_node)
from_node
to the to_node
.
The edge is automatically added to the edge indices.
Method Detail |
public DependencyGraphModel.Node getPointingNode()
public DependencyGraphModel.Node getPointedToNode()
public abstract String getArrowString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |