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, lengthExecutionTraceWithoutBottomSteps
add, 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, trimToSize
public LogExecutionTrace(ExecutionTrace completeTrace)
public LogExecutionTrace(java.lang.String traceName)
public java.util.Collection<ExecutionTrace> successors(ExecutionStep activity)
successors
in class ExecutionTrace
public boolean isComplete()
isComplete
in class ExecutionTrace
public java.lang.String getTraceName()
getTraceName
in class ExecutionTrace
public java.lang.Object clone()
clone
in class java.util.ArrayList<ExecutionStep>
public ExecutionTrace removeBottomEvent()