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 boolean
equals(java.lang.Object obj)
Deprecated.ExecutionTrace
getInvalidExecutionTraceArtifacts()
Deprecated.Delivers the wrapped execution trace.int
hashCode()
Deprecated.java.lang.String
toString()
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:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Overrides:
equals
in classjava.lang.Object
-