| Modifier and Type | Class and Description |
|---|---|
class |
BalancedDataAlignmentState |
| Modifier and Type | Method and Description |
|---|---|
protected float |
BalancedReplayResult.computeFitness(ReplayState state) |
static Alignment |
BalancedReplayResult.createSmallAlignment(ReplayState state,
float fitness,
ResultReplay.StatisticsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BalancedReplayResult.calcReplayResult(java.util.Collection<? extends ReplayState> list) |
| 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) |
| 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) |
| 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,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.model.XLog alignedLog,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataAlignmentState |
| Modifier and Type | Method and Description |
|---|---|
static float |
DataAlignmentHelper.computeFitness(ReplayState state,
VariableMatchCosts variableCost) |
static float |
DataAlignmentHelper.computeMaxDataCost(ReplayState state,
VariableMatchCosts variableCost) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<ReplayState> |
MultiThreadedDataAlignment.perform(DCNet net,
org.deckfour.xes.model.XLog log,
org.processmining.plugins.cnet.replayresult.CNetRepResult input,
java.util.HashMap<DCNetNode,org.deckfour.xes.classification.XEventClass> activityMapping,
org.deckfour.xes.classification.XEventClasses eventClasses,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
VariableMatchCosts variableCost,
org.processmining.contexts.uitopia.UIPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
ResultReplayDataAlignment.computeFitness(ReplayState state) |
| Constructor and Description |
|---|
MultiThreadedDataAlignment(DCNet net,
Condition current,
java.util.HashMap<DCNetNode,org.deckfour.xes.classification.XEventClass> activityMapping,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.model.XTrace trace,
VariableMatchCosts variableCost,
org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.classification.XEventClasses eventClasses,
java.util.Collection<ReplayState> list) |
ResultReplayDataAlignment(java.util.Collection<ReplayState> list,
VariableMatchCosts variableCost,
DCNet net,
org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
ResultReplayPetriNetWithData.computeFitness(ReplayState state) |
| Constructor and Description |
|---|
ResultReplayDCNet(java.util.Collection<ReplayState> list,
ActivityMatchCosts<org.deckfour.xes.classification.XEventClass> activityCost,
VariableMatchCosts variableCost,
DCNet net,
org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,java.lang.String> variableMapping,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
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) |