Class InvalidExecutionTrace
java.lang.Object
kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
@Deprecated
public class InvalidExecutionTrace
extends java.lang.Object
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
Constructors Constructor Description InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.ExecutionTracegetInvalidExecutionTraceArtifacts()Deprecated.Delivers the wrapped execution trace.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.
-
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
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Overrides:
equalsin classjava.lang.Object
-