Class InvalidExecutionTrace
java.lang.Object
kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
1.15 moved to kieker-model
This object represents an somehow invalid trace of executions.
- Since:
- 1.2
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidExecutionTrace(ExecutionTrace invalidExecutionTrace) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
InvalidExecutionTrace
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
invalidExecutionTrace- The execution trace which will be wrapped as invalid.
-
-
Method Details
-
getInvalidExecutionTraceArtifacts
Deprecated.Delivers the wrapped execution trace.- Returns:
- The execution trace artifacts.
-
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-