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) |
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) |
SyncReplayResult |
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) |
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)
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)
SyncReplayResult 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)