| Modifier and Type | Method and Description |
|---|---|
gnu.trove.map.TObjectIntMap<Utils.Statistic> |
ReplayAlgorithm.getStatistics()
Obtain the statistics after computing an alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplayAlgorithm.putStatistic(Utils.Statistic stat,
int value)
Adds a statistic to the set of statistics.
|
| 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 |
|---|---|
static Utils.Statistic |
Utils.Statistic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.Statistic[] |
Utils.Statistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |