Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
DCNet.buildEmptyPrefix() |
ExecutionTrace |
DCNet.createLogExecutionTrace(ExecutionTrace sigmaT) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
DCNet.createLogExecutionTrace(ExecutionTrace sigmaT) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
MILPProblemBuilder.FullDataAlignedTrace.getLogTracePrefix() |
ExecutionTrace |
MILPProblemBuilder.FullDataAlignedTrace.getProcessTracePrefix() |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
DataAlignedTrace.getLogTrace() |
ExecutionTrace |
DataAlignedTraceImpl.getLogTrace() |
ExecutionTrace |
BalancedDataAlignmentState.getLogTracePrefix() |
ExecutionTrace |
DataAlignedTrace.getProcessTrace() |
ExecutionTrace |
DataAlignedTraceImpl.getProcessTrace() |
ExecutionTrace |
BalancedDataAlignmentState.getProcessTracePrefix() |
Constructor and Description |
---|
BalancedDataAlignmentState(ExecutionTrace logTrace,
ExecutionTrace processTrace,
int overallCost,
int dataCost,
int maxCost,
org.deckfour.xes.model.XTrace trace) |
DataAlignedTraceImpl(ExecutionTrace logTrace,
ExecutionTrace processTrace,
float controlFlowCost,
int dataCost) |
Modifier and Type | Class and Description |
---|---|
class |
GenericTrace |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionTrace> |
GenericTrace.successors(ExecutionStep activity) |
Constructor and Description |
---|
DataAlignmentState(ExecutionTrace logTrace,
ExecutionTrace processTrace,
float cost) |
DataAlignmentState(ExecutionTrace logTrace,
ExecutionTrace processTrace,
float cost,
boolean adjustStringValues) |
Modifier and Type | Class and Description |
---|---|
class |
DCNetExecutionTrace |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExecutionTrace> |
DCNetExecutionTrace.successors(ExecutionStep logStep) |
Modifier and Type | Class and Description |
---|---|
class |
LogExecutionTrace |
Modifier and Type | Field and Description |
---|---|
protected ExecutionTrace |
ReplayState.logTracePrefix |
protected ExecutionTrace |
ReplayState.processTracePrefix |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
Replayable.buildEmptyPrefix() |
ExecutionTrace |
ReplayingHelper.buildLogSequence() |
ExecutionTrace |
Replayable.createLogExecutionTrace(ExecutionTrace sigmaT) |
ExecutionTrace |
LogExecutionTrace.removeBottomEvent() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<ExecutionTrace> |
ExecutionTrace.successors(ExecutionStep activity) |
java.util.Collection<ExecutionTrace> |
LogExecutionTrace.successors(ExecutionStep activity) |
Modifier and Type | Method and Description |
---|---|
float |
ReplayingHelper.computeHeuristicValue(ReplayState state,
ExecutionTrace completeLogTrace) |
ExecutionTrace |
Replayable.createLogExecutionTrace(ExecutionTrace sigmaT) |
Constructor and Description |
---|
LogExecutionTrace(ExecutionTrace completeTrace) |