Class InvalidExecutionTrace

java.lang.Object
kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace

@Deprecated public class InvalidExecutionTrace extends 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 Details

    • InvalidExecutionTrace

      public InvalidExecutionTrace(ExecutionTrace 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

      public ExecutionTrace getInvalidExecutionTraceArtifacts()
      Deprecated.
      Delivers the wrapped execution trace.
      Returns:
      The execution trace artifacts.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object