Package | Description |
---|---|
org.processmining.models.statechart.eptree |
Modifier and Type | Method and Description |
---|---|
EPNodeType |
EPTreeNode.getNodeType() |
EPNodeType |
IEPTreeNode.getNodeType() |
static EPNodeType |
EPNodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPNodeType[] |
EPNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type) |
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type,
java.lang.String label) |
EPTreeNode(IEPTree tree,
IEPTreeNode parent,
EPNodeType type,
java.lang.String label,
java.lang.String id) |