| Package | Description |
|---|---|
| org.processmining.plugins.petrinet.replay | |
| org.processmining.plugins.petrinet.replayfitness |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReplayCostAddOperator<C extends ReplayCost>
Adding the cost for an action to a certain cost.
|
class |
Replayer<C extends ReplayCost & java.lang.Comparable<? super C>>
Cost-based Petri net trace replayer.
|
interface |
ReplaySettings<C extends ReplayCost>
Settings used by the cost-based Petri net trace replayer.
|
class |
ReplayState<C extends ReplayCost & java.lang.Comparable<? super C>>
The state in the search space of th ecost-based Petri net trace replayer.
|
class |
ReplayStateExpander<C extends ReplayCost & java.lang.Comparable<? super C>>
Expands the current state of the cost-based Petri net trace replayer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplayFitnessCost |