Package | Description |
---|---|
org.processmining.utils.statechart.tree.impl |
Modifier and Type | Method and Description |
---|---|
ObjectTreeNode<OType> |
ObjectTreeNode.getParent() |
ObjectTreeNode<OType> |
ObjectTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ObjectTreeNode<OType>> |
ObjectTreeNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectTreeNode.addChild(ObjectTreeNode<OType> o) |
Constructor and Description |
---|
ObjectTree(ObjectTreeNode<OType> root) |
ObjectTreeNode(ObjectTreeNode<OType> parent) |
ObjectTreeNode(ObjectTreeNode<OType> parent,
OType o) |