| Package | Description |
|---|---|
| org.processmining.onlineconformance.algorithms | |
| org.processmining.onlineconformance.algorithms.impl |
| Modifier and Type | Method and Description |
|---|---|
IncrementalReplayer.Strategy |
IncrementalReplayer.getStrategy() |
static IncrementalReplayer.Strategy |
IncrementalReplayer.Strategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncrementalReplayer.Strategy[] |
IncrementalReplayer.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <M,C,S,T,L,A extends PartialAlignment<L,T,S>,P extends IncrementalReplayerParametersImpl<M,L,T>> |
IncrementalReplayer.Factory.construct(S initialStateInModel,
S finalStateInModel,
java.util.Map<C,A> dataStore,
ModelSemantics<M,S,T> modelSemantics,
P parameters,
java.util.Map<T,L> labelmap,
IncrementalReplayer.Strategy strategy) |
static <M,C,S,T,L,A extends PartialAlignment<L,T,S>,P extends IncrementalRevBasedReplayerParametersImpl<M,L,T>> |
IncrementalReplayer.Factory.construct(S initialStateInModel,
S finalStateInModel,
java.util.Map<C,A> dataStore,
ModelSemantics<M,S,T> modelSemantics,
P parameters,
java.util.Map<T,L> labelmap,
IncrementalReplayer.Strategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
IncrementalReplayer.Strategy |
IncrementalRevBasedReplayerImpl.getStrategy() |