Package | Description |
---|---|
nl.tue.alignment | |
nl.tue.alignment.algorithms.syncproduct | |
org.processmining.alignment.plugin |
Constructor and Description |
---|
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
int timeoutMilliseconds,
int maximumNumberOfStates,
int... eventsWithErrors)
Deprecated.
|
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
int timeoutMilliseconds,
int maximumNumberOfStates,
long preProcessTimeNanoseconds,
int... eventsWithErrors) |
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
org.deckfour.xes.model.XTrace trace,
int traceIndex,
int timeoutMilliseconds,
int maximumNumberOfStates,
int... eventsWithErrors)
Deprecated.
|
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
org.deckfour.xes.model.XTrace trace,
int traceIndex,
int timeoutMilliseconds,
int maximumNumberOfStates,
long preProcessTimeNanoseconds,
int... eventsWithErrors) |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
ReducedSyncProductFactory.toSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> statistics,
int[] alignment,
org.deckfour.xes.model.XTrace trace,
int traceIndex,
java.util.ArrayList<? super ReducedTransition> transitionList) |
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
SyncProductFactory.toSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> statistics,
int[] alignment,
org.deckfour.xes.model.XTrace trace,
int traceIndex,
java.util.ArrayList<? super T> transitionList) |
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
BasicSyncProductFactory.toSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> statistics,
int[] alignment,
org.deckfour.xes.model.XTrace trace,
int traceIndex,
java.util.ArrayList<? super org.processmining.models.graphbased.directed.petrinet.elements.Transition> transitionList) |
Modifier and Type | Method and Description |
---|---|
protected Replayer |
AbstractAlignmentPlugin.constructReplayer(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.deckfour.xes.model.XLog xLog,
org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping,
ReplayerParameters replayParameters,
org.deckfour.xes.info.XLogInfo summary) |