| Package | Description |
|---|---|
| org.processmining.plugins.logmerge.rulebasedmerger |
| Modifier and Type | Method and Description |
|---|---|
Rule.PORT |
Rule.getAndOr() |
static Rule.PORT |
Rule.toPort(java.lang.String s) |
static Rule.PORT |
Rule.PORT.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.PORT[] |
Rule.PORT.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.setAndOr(Rule.PORT p) |
static java.lang.String |
Rule.toString(Rule.PORT p) |
| 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) |