| Package | Description |
|---|---|
| org.processmining.plugins.logmerge.rulebasedmerger |
| Modifier and Type | Method and Description |
|---|---|
Rule.OPERATOR |
Rule.getOperator() |
static Rule.OPERATOR |
Rule.toOperator(java.lang.String s) |
static Rule.OPERATOR |
Rule.OPERATOR.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.OPERATOR[] |
Rule.OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setOperator(Rule.OPERATOR o) |
static java.lang.String |
Rule.toString(Rule.OPERATOR op) |
| Constructor and Description |
|---|
Rule(Rule.PORT p,
java.lang.String att1,
Rule.CONTAINER attCont1,
java.lang.String attContEvt1,
Rule.OPERATOR oper,
java.lang.String att2,
Rule.CONTAINER attCont2,
java.lang.String attContEvt2) |