| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<ReplayState> |
MultiThreadedConformanceChecking.perform(Replayable model,
java.util.Map activityMapping,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.classification.XEventClasses eventClasses,
org.deckfour.xes.model.XLog log,
ActivityMatchCosts activityCost,
VariableMatchCosts variableCost,
java.util.Map<java.lang.String,java.lang.Float> maxDistance,
org.processmining.contexts.uitopia.UIPluginContext context,
boolean subOptimalHeur,
AbstractHistoryAwareCostFunction costFunction,
boolean filterHistory) |
| Constructor and Description |
|---|
DataReplayer(Replayable model,
java.util.Map<ReplayableActivity,org.deckfour.xes.classification.XEventClass> activityMapping,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.classification.XEventClasses eventClasses,
org.deckfour.xes.model.XTrace trace,
ActivityMatchCosts activityCost,
VariableMatchCosts variableCost,
java.util.Map<java.lang.String,java.lang.Float> maxDistance,
java.util.Collection<ReplayState> list,
org.processmining.contexts.uitopia.UIPluginContext context,
boolean prune,
AbstractHistoryAwareCostFunction costFunction,
boolean filterHistory) |
ReplayingHelper(Replayable model,
org.deckfour.xes.model.XTrace trace,
java.util.Map<ReplayableActivity,org.deckfour.xes.classification.XEventClass> activityMapping,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.classification.XEventClasses eventClasses,
java.util.Map<java.lang.String,java.lang.Float> maxDistance,
ActivityMatchCosts activityCosts,
VariableMatchCosts variableCosts,
AbstractHistoryAwareCostFunction costFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryAwareCostFunction |
| Modifier and Type | Method and Description |
|---|---|
static AbstractHistoryAwareCostFunction |
HistoryAwareCostFunctionFactory.getCostFunction(AbstractHistoryAwareCostFunction.CostProfileType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
CostProfileOneOverLogProbability |
class |
CostProfileOneOverProbability |
class |
CostProfileOneOverSqrtProbability |