public class StatechartLayoutNode extends AbstractTreeNode<StatechartLayoutNode>
Constructor and Description |
---|
StatechartLayoutNode(StatechartLayoutNode parent,
IEPTreeNode node,
ISCState state) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(StatechartLayoutNode o) |
java.util.List<StatechartLayoutNode> |
getChildren()
Get the children of the current node
|
IEPTreeNode |
getNode() |
StatechartLayoutNode |
getParent()
Get the parent of the current node
|
ISCState |
getState() |
void |
setNode(IEPTreeNode node) |
void |
setState(ISCState state) |
java.lang.String |
toString() |
iteratePostOrder, iteratePreOrder, visitDepthFirstOrder, visitDepthFirstOrder
public StatechartLayoutNode(StatechartLayoutNode parent, IEPTreeNode node, ISCState state)
public void addChild(StatechartLayoutNode o)
public java.util.List<StatechartLayoutNode> getChildren()
ITreeNode
public StatechartLayoutNode getParent()
ITreeNode
public void setNode(IEPTreeNode node)
public void setState(ISCState state)
public IEPTreeNode getNode()
public ISCState getState()
public java.lang.String toString()
toString
in class java.lang.Object