Constructor and Description |
---|
PNRepResultAllRequiredParamConnection(java.lang.String label,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters,
PNRepResult repResult) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPetrinetReplayer<T extends nl.tue.astar.Tail,D extends AbstractPDelegate<T>> |
class |
PetrinetReplayerILPRestrictedMoveModel
This replay use ILP, and some transitions are not allowed to do move on
models
|
class |
PetrinetReplayerNoILPRestrictedMoveModel |
class |
PetrinetReplayerSSD |
class |
PetrinetReplayerWithILP |
class |
PetrinetReplayerWithoutILP |
class |
PrefixBasedPetrinetReplayer |
Modifier and Type | Method and Description |
---|---|
PNRepResult |
PNLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.InhibitorNet net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters) |
PNRepResult |
PNLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters) |
PNRepResult |
PNLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters) |
PNRepResult |
PNLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.ResetInhibitorNet net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters) |
PNRepResult |
PNLogReplayer.replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.ResetNet net,
org.deckfour.xes.model.XLog log,
TransEvClassMapping mapping,
IPNReplayAlgorithm selectedAlg,
IPNReplayParameter parameters) |
Modifier and Type | Interface and Description |
---|---|
interface |
IPNPartialOrderAwareReplayAlgorithm |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBehavAppAlg
Abstraction for replay algorithms to calculate behavioral appropriateness
that require array of final markings (can be empty).
|
class |
BehavAppNaiveAlg |
class |
BehavAppPruneAlg |
class |
BehavAppStubbornAlg |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCostBasedCompleteAlg<T extends AbstractCPNCostBasedTreeNode<T>>
Abstraction for replay algorithms that require array of final markings (can
be empty), all transitions mapped to non-negative integer cost, and so does
all event classes.
|
class |
AbstractCostBasedCompleteMarkEqAlg |
class |
AbstractCostBasedCompleteNaiveAlg |
class |
AbstractCostBasedCompleteRPSTAlg |
class |
CostBasedCompleteMarkEquation |
class |
CostBasedCompleteMarkEquationPrune |
class |
CostBasedCompleteNaiveAlg |
class |
CostBasedCompletePruneAlg |
class |
CostBasedCompleteRPST |
class |
CostBasedCompleteRPSTPrune |
Modifier and Type | Class and Description |
---|---|
class |
CostBasedPrefixAlg
Use the A* that gives matching instance with the least cost of move on log/
move on model
NOTE: This replay algorithm ignores final marking!
|
Modifier and Type | Class and Description |
---|---|
class |
PetrinetSwapReplayer |
Modifier and Type | Class and Description |
---|---|
class |
SyncProductAlg
Use synchronous product of two Petri nets to give a matching instance with
the least cost.
|
Modifier and Type | Method and Description |
---|---|
IPNReplayAlgorithm |
PNAlgorithmStep.getAlgorithm()
Obtain the selected algorithm
|