Kieker 1.7

kieker.tools.traceAnalysis.systemModel
Class InvalidExecutionTrace

java.lang.Object
  extended by 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

Constructor Summary
InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 boolean equals(Object obj)
           
 ExecutionTrace getInvalidExecutionTraceArtifacts()
          Delivers the wrapped execution trace.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net