| Package | Description |
|---|---|
| org.processmining.plugins.ppm.statistics.ordermodel |
| Modifier and Type | Method and Description |
|---|---|
OrderNode.TYPE |
OrderNode.getType() |
protected OrderNode.TYPE |
OrderModel.getType(java.lang.String activity) |
static OrderNode.TYPE |
OrderNode.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrderNode.TYPE[] |
OrderNode.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderNode |
OrderNode.setType(OrderNode.TYPE type) |
| Constructor and Description |
|---|
OrderNode(java.lang.String id,
OrderNode.TYPE type,
int o) |