public class LogExecutionTrace extends ExecutionTrace
numberOfBottomSteps| Constructor and Description |
|---|
LogExecutionTrace(ExecutionTrace completeTrace) |
LogExecutionTrace(java.lang.String traceName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getTraceName() |
boolean |
isComplete() |
ExecutionTrace |
removeBottomEvent() |
java.util.Collection<ExecutionTrace> |
successors(ExecutionStep activity) |
add, addAll, addAll, getLast, getNumberBottomSteps, lengthExecutionTraceWithoutBottomStepsadd, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic LogExecutionTrace(ExecutionTrace completeTrace)
public LogExecutionTrace(java.lang.String traceName)
public java.util.Collection<ExecutionTrace> successors(ExecutionStep activity)
successors in class ExecutionTracepublic boolean isComplete()
isComplete in class ExecutionTracepublic java.lang.String getTraceName()
getTraceName in class ExecutionTracepublic java.lang.Object clone()
clone in class java.util.ArrayList<ExecutionStep>public ExecutionTrace removeBottomEvent()