Package | Description |
---|---|
nl.tue.alignment |
Modifier and Type | Method and Description |
---|---|
TraceReplayTask |
TraceReplayTask.call() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<TraceReplayTask> |
TraceByTraceAlignment.doReplay(org.deckfour.xes.model.XTrace trace,
int traceIndex,
int timeoutMilliseconds,
long preProcessTimeNanoseconds,
int... eventsWithErrors)
returns a future to allow for normal merging procedures, but computation is
synchronously.
|
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.petrinet.replayresult.PNRepResult |
TraceByTraceAlignment.merge(java.util.List<java.util.concurrent.Future<TraceReplayTask>> resultList)
merge the future's
|
org.processmining.plugins.petrinet.replayresult.PNRepResult |
Replayer.mergeResults(java.util.List<java.util.concurrent.Future<TraceReplayTask>> resultList) |