Package | Description |
---|---|
org.processmining.reduction |
Modifier and Type | Method and Description |
---|---|
static ReductionTrackerL.Rule |
DeleteUsingReductionL.delete(int nodeid1,
boolean tran,
InteractivePetriNetL ipn)
Try deleting the node using reduce either of the three rules
|
ReductionTrackerL.Rule |
ReductionTrackerL.getMethodName() |
static ReductionTrackerL.Rule |
ReductionTrackerL.Rule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReductionTrackerL.Rule[] |
ReductionTrackerL.Rule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReductionTrackerL.setMethodName(ReductionTrackerL.Rule methodName) |
Constructor and Description |
---|
ReductionTrackerL(ReductionTrackerL.Rule rule,
java.util.Set<java.lang.Integer> att1,
java.util.Set<java.lang.Integer> att2,
java.lang.String tranLabel,
java.lang.String placeLabel,
boolean isSilentTran,
java.lang.Integer newPlaceID,
java.lang.Integer newTranID) |