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.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright 2017 Kieker Project, http://kieker-monitoring.net