Class InvalidExecutionTrace

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

@Deprecated
public class InvalidExecutionTrace
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    InvalidExecutionTrace​(ExecutionTrace invalidExecutionTrace)
    Deprecated.
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)
    Deprecated.
     
    ExecutionTrace getInvalidExecutionTraceArtifacts()
    Deprecated.
    Delivers the wrapped execution trace.
    int hashCode()
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object
    • hashCode

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

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