Package | Description |
---|---|
nl.tue.alignment | |
nl.tue.alignment.algorithms | |
nl.tue.alignment.algorithms.syncproduct |
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 |
---|---|
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 |
---|---|
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
ReducedSyncProductFactory.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 ReducedTransition> transitionList) |
org.processmining.plugins.replayer.replayresult.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) |
org.processmining.plugins.replayer.replayresult.SyncReplayResult |
BasicSyncProductFactory.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) |