Package kieker.model.system.model
Class InvalidExecutionTrace
java.lang.Object
kieker.model.system.model.InvalidExecutionTrace
public class InvalidExecutionTrace
extends java.lang.Object
This object represents an somehow invalid trace of executions.
- Since:
- 1.2
-
Constructor Summary
Constructors Constructor Description InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)ExecutionTracegetInvalidExecutionTraceArtifacts()Delivers the wrapped execution trace.inthashCode()java.lang.StringtoString()
-
Constructor Details
-
InvalidExecutionTrace
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
Delivers the wrapped execution trace.- Returns:
- The execution trace artifacts.
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-