| Package | Description |
|---|---|
| org.processmining.plugins.logmerge.rulebasedmerger |
| Modifier and Type | Method and Description |
|---|---|
Rule.CONTAINER |
Rule.getAttContainer1() |
Rule.CONTAINER |
Rule.getAttContainer2() |
static Rule.CONTAINER |
Rule.toContainer(java.lang.String s) |
static Rule.CONTAINER |
Rule.CONTAINER.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.CONTAINER[] |
Rule.CONTAINER.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.setAttContainer1(Rule.CONTAINER c) |
void |
Rule.setAttContainer2(Rule.CONTAINER c) |
static java.lang.String |
Rule.toString(Rule.CONTAINER 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) |