Package | Description |
---|---|
org.processmining.reduction |
Modifier and Type | Method and Description |
---|---|
static ReductionTracker.Rule |
DeleteUsingReduction.delete(int nodeid1,
boolean tran,
InteractivePetriNet ipn)
Try deleting the node using reduce either of the three rules
|
ReductionTracker.Rule |
ReductionTracker.getMethodName() |
static ReductionTracker.Rule |
ReductionTracker.Rule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReductionTracker.Rule[] |
ReductionTracker.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 |
ReductionTracker.setMethodName(ReductionTracker.Rule methodName) |
Constructor and Description |
---|
ReductionTracker(ReductionTracker.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,
int newPlaceID,
int newTranID) |