public class InvalidExecutionTrace
extends java.lang.Object
| Constructor and Description |
|---|
InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ExecutionTrace |
getInvalidExecutionTraceArtifacts()
Delivers the wrapped execution trace.
|
int |
hashCode() |
java.lang.String |
toString() |
public InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
invalidExecutionTrace - The execution trace which will be wrapped as invalid.public ExecutionTrace getInvalidExecutionTraceArtifacts()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright 2020 Kieker Project, http://kieker-monitoring.net