| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecutionStep> |
Alignment.getLogTrace() |
java.util.List<ExecutionStep> |
Alignment.getProcessTrace() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultReplay.StatisticsCallback.updateStatistics(ExecutionStep logStep,
ExecutionStep processStep) |
protected void |
ResultReplay.updateStatisticsMap(ExecutionStep logStep,
ExecutionStep processStep)
Mean and variance are computed according to the Knuth's algorithm at page
232 of book Donald E.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionStep |
ExecutionStep.bottomStep |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStep |
ExecutionStep.ExecutionStepBuilder.build() |
protected ExecutionStep |
ReplayingHelper.getExecutionStep(org.deckfour.xes.model.XEvent event) |
ExecutionStep |
ExecutionTrace.getLast() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecutionStep> |
ReplayState.getLogTracePrefix() |
java.util.List<ExecutionStep> |
ReplayState.getProcessTracePrefix() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecutionTrace.add(ExecutionStep s) |
boolean |
ExecutionStep.equalsAssignmentsOnly(ExecutionStep other) |
boolean |
ReplayingHelper.isInvisible(ExecutionStep step) |
boolean |
ReplayingHelper.isSynchronousMove(ExecutionStep lastLogStep,
ExecutionStep lastProcessStep) |
abstract java.util.Collection<ExecutionTrace> |
ExecutionTrace.successors(ExecutionStep activity) |
java.util.Collection<ExecutionTrace> |
LogExecutionTrace.successors(ExecutionStep activity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecutionTrace.addAll(java.util.Collection<? extends ExecutionStep> steps) |
boolean |
ExecutionTrace.addAll(java.util.Collection<? extends ExecutionStep> steps,
byte numberOfBottomSteps) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExecutionTrace> |
DPNetExecutionTrace.successors(ExecutionStep logStep) |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
AbstractHistoryAwareCostFunction.getCost(ExecutionTrace trace,
ExecutionStep activity,
int moveType) |
double |
HistoryAwareCostFunction.getCost(ExecutionTrace trace,
ExecutionStep activity,
int moveType) |
| Modifier and Type | Method and Description |
|---|---|
double |
DataMining.getProbability(ExecutionTrace trace,
ExecutionStep nextActivity,
int moveType) |