| Package | Description |
|---|---|
| org.processmining.plugins.petra.monotonicity.expressions |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOperator |
ExpressionNode.topMostOperator(java.lang.String expression) |
static ExpressionOperator |
ExpressionOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperator[] |
ExpressionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ExpressionNode |
ExpressionNode.giveNode(ExpressionOperator op,
org.processmining.processtree.Expression expression,
java.lang.String subExpression) |