public interface SyncProductFactory<T>
Modifier and Type | Method and Description |
---|---|
SyncProduct |
getSyncProduct(org.deckfour.xes.model.XTrace xTrace,
java.util.ArrayList<? super T> transitionList,
boolean partiallyOrderSameTimestamp) |
SyncProduct |
getSyncProductForEmptyTrace(java.util.ArrayList<? super T> transitionList) |
nl.tue.astar.Trace |
getTrace(org.deckfour.xes.model.XTrace xTrace,
boolean partiallyOrderSameTimestamp) |
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
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) |
SyncProduct getSyncProduct(org.deckfour.xes.model.XTrace xTrace, java.util.ArrayList<? super T> transitionList, boolean partiallyOrderSameTimestamp)
SyncProduct getSyncProductForEmptyTrace(java.util.ArrayList<? super T> transitionList)
nl.tue.astar.Trace getTrace(org.deckfour.xes.model.XTrace xTrace, boolean partiallyOrderSameTimestamp)
org.processmining.plugins.replayer.replayresult.SyncReplayResult 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)