kieker.tools.traceAnalysis.systemModel
Class InvalidExecutionTrace
java.lang.Object
kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
public class InvalidExecutionTrace
- extends Object
This object represents an somehow invalid trace of executions.
- Since:
- 1.2
- Author:
- Andre van Hoorn
InvalidExecutionTrace
public InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
- Creates a new instance of this class using the given parameters.
- Parameters:
invalidExecutionTrace
- The execution trace which will be wrapped as invalid.
getInvalidExecutionTraceArtifacts
public ExecutionTrace getInvalidExecutionTraceArtifacts()
- Delivers the wrapped execution trace.
- Returns:
- The execution trace artifacts.
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright 2014 Kieker Project, http://kieker-monitoring.net>