| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ReplayState> |
DataConformanceChecking.dataConformanceWithParameters(org.processmining.contexts.uitopia.UIPluginContext context,
boolean groupSimilarTraces,
boolean filterFittingTraces) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
ResultReplay.computeFitness(ReplayState state) |
static Alignment |
ResultReplay.createAlignment(ReplayState state,
float fitness,
ResultReplay.StatisticsCallback callback)
Creates an
Alignment object from a ReplayState, executing
the ResultReplay.StatisticsCallback for each ExecutionStep of the
alignment. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResultReplay.calcReplayResult(java.util.Collection<? extends ReplayState> list) |
ResultReplayDPNet |
DataConformanceChecking.getResult(java.util.Collection<ReplayState> list) |
| Constructor and Description |
|---|
Alignment(ReplayState state,
float fitness,
java.util.List<java.lang.String> labelArray,
java.util.List<DataAwareStepTypes> stepArray) |
| Constructor and Description |
|---|
ResultReplay(java.util.Collection<? extends ReplayState> list,
ActivityMatchCosts<org.deckfour.xes.classification.XEventClass> activityCost,
VariableMatchCosts variableCost,
org.deckfour.xes.model.XLog alignedLog,
java.util.Map<java.lang.String,java.lang.String> variableMapping) |
| Modifier and Type | Method and Description |
|---|---|
ReplayState |
ReplayState.clone() |
ReplayState |
DataReplayer.filterFittingTraces() |
ReplayState |
DataReplayer.perform() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ReplayState> |
ReplayingHelper.createSuccessors(ReplayState mu) |
| Modifier and Type | Method and Description |
|---|---|
int |
ReplayState.compareTo(ReplayState o) |
float |
ReplayingHelper.computeDistance(ReplayState prevState,
ReplayState nextState) |
float |
ReplayingHelper.computeHeuristicValue(ReplayState state,
ExecutionTrace completeLogTrace) |
java.util.Collection<ReplayState> |
ReplayingHelper.createSuccessors(ReplayState mu) |
| 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) |
| Constructor and Description |
|---|
ResultReplayDPNet(java.util.Collection<ReplayState> list,
ActivityMatchCosts<org.deckfour.xes.classification.XEventClass> activityCost,
VariableMatchCosts variableCost,
DPNet net,
org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,java.lang.String> variableMapping) |