| Package | Description |
|---|---|
| org.processmining.multilayeralignment.algorithms.syncproduct | |
| org.processmining.multilayeralignment.models.mlreplay |
| Modifier and Type | Method and Description |
|---|---|
SyncReplayResult |
MlBasicSyncProductFactory.toMLSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> stats,
int[] alignment,
org.deckfour.xes.model.XTrace traceOfProcess,
int traceIndexOfProcess,
org.deckfour.xes.model.XTrace traceOfData,
int traceIndexOfData,
java.util.ArrayList<java.lang.Object> transitionList) |
SyncReplayResult |
MlBasicSyncProductFactory.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) |
SyncReplayResult |
MlBasicSyncProductFactory.toSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> statistics,
int[] alignment,
org.deckfour.xes.model.XTrace traceOfProcess,
int traceIndexOfProcess,
org.deckfour.xes.model.XTrace traceOfData,
int traceIndexOfData,
java.util.ArrayList<? super org.processmining.models.graphbased.directed.petrinet.elements.Transition> transitionList) |
| Modifier and Type | Method and Description |
|---|---|
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) |
SyncReplayResult |
SyncProductFactory.toSyncReplayResult(Replayer replayer,
SyncProduct product,
gnu.trove.map.TObjectIntMap<Utils.Statistic> statistics,
int[] alignment,
org.deckfour.xes.model.XTrace traceOfProcess,
int traceIndexOfProcess,
org.deckfour.xes.model.XTrace traceOfData,
int traceIndexOfData,
java.util.ArrayList<? super T> transitionList) |
| Constructor and Description |
|---|
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
int timeoutMilliseconds,
int maximumNumberOfStates,
long preProcessTimeNanoseconds,
int... eventsWithErrors) |
TraceReplayTask(Replayer replayer,
ReplayerParameters parameters,
org.deckfour.xes.model.XTrace pTrace,
int pTraceIndex,
org.deckfour.xes.model.XTrace dTrace,
int dTraceIndex,
int timeoutMilliseconds,
int maximumNumberOfStates,
long preProcessTimeNanoseconds,
int... eventsWithErrors) |