Package | Description |
---|---|
org.processmining.plugins.InductiveMiner.efficienttree |
Modifier and Type | Method and Description |
---|---|
EfficientTree.NodeType |
EfficientTree.getNodeType(int node) |
EfficientTree.NodeType |
EfficientTreeImpl.getNodeType(int node) |
static EfficientTree.NodeType |
EfficientTree.NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EfficientTree.NodeType[] |
EfficientTree.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EfficientTree.setNodeType(int node,
EfficientTree.NodeType nodeType)
Please refer to EfficientTreeUtils for higher-level editing functions.
|
void |
EfficientTreeImpl.setNodeType(int node,
EfficientTree.NodeType operator) |