Modifier and Type | Method and Description |
---|---|
ExecutionStep |
Alignment.AlignmentStep.getLogView() |
ExecutionStep |
Alignment.AlignmentStepImpl.getLogView() |
ExecutionStep |
Alignment.AlignmentStep.getProcessView() |
ExecutionStep |
Alignment.AlignmentStepImpl.getProcessView() |
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.
|
Constructor and Description |
---|
AlignmentStepImpl(DataAwareStepTypes type,
ExecutionStep processStep,
ExecutionStep logStep) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionTrace> |
GenericTrace.successors(ExecutionStep activity) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionTrace> |
DCNetExecutionTrace.successors(ExecutionStep logStep) |
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) |
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) |
Constructor and Description |
---|
AlignmentComparisonEvent(ExecutionStep processStep,
ExecutionStep logStep,
DataAwareStepTypes stepType) |
SplittedDataAlignmentEvent(ExecutionStep processStepA,
ExecutionStep logStepA,
DataAwareStepTypes typeA,
ExecutionStep processStepB,
ExecutionStep logStepB,
DataAwareStepTypes typeB) |