Package | Description |
---|---|
org.processmining.plugins.petrinet.replay | |
org.processmining.plugins.petrinet.replayfitness |
Modifier and Type | Method and Description |
---|---|
static ReplayAction |
ReplayAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplayAction[] |
ReplayAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
C |
ReplayCostAddOperator.add(C cost,
ReplayAction action,
org.processmining.models.graphbased.directed.petrinet.elements.Transition transition,
java.lang.Object object)
Returns a new cost where the costs of the given action have been added to
the current costs.
|
boolean |
ReplaySettings.isAllowed(ReplayAction action)
Returns whether the given action type is allowed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
ReplayFitnessSetting.getWeight(ReplayAction action) |
boolean |
ReplayFitnessSetting.isAllowed(ReplayAction action) |
void |
ReplayFitnessSetting.setAction(ReplayAction action,
boolean isEnabled) |
void |
ReplayFitnessSetting.setWeight(ReplayAction action,
int weight) |