| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DPNetExecutionTrace |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTrace |
DPNet.buildEmptyPrefix() |
ExecutionTrace |
DPNet.createLogExecutionTrace(ExecutionTrace sigmaT) |
ExecutionTrace |
DPNetExecutionTrace.removeBottomEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExecutionTrace> |
DPNetExecutionTrace.successors(ExecutionStep logStep) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTrace |
DPNet.createLogExecutionTrace(ExecutionTrace sigmaT) |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceAbstraction.addElement(ExecutionTrace trace) |
abstract double |
AbstractHistoryAwareCostFunction.getCost(ExecutionTrace trace,
ExecutionStep activity,
int moveType) |
double |
HistoryAwareCostFunction.getCost(ExecutionTrace trace,
ExecutionStep activity,
int moveType) |
| Constructor and Description |
|---|
TraceElements(ExecutionTrace executionTrace) |
TraceElements(ExecutionTrace executionTrace,
int numOfRecentActivity) |
| Modifier and Type | Method and Description |
|---|---|
double |
DataMining.getProbability(ExecutionTrace trace,
ExecutionStep nextActivity,
int moveType) |
java.lang.String |
State.isFinePaidTotally(ExecutionTrace trace) |
| Constructor and Description |
|---|
State(ExecutionTrace trace,
java.util.HashMap<java.lang.String,java.util.HashSet<java.lang.String>> activityMapping) |