Class TraceEventRecords
java.lang.Object
kieker.analysis.architecture.trace.flow.TraceEventRecords
- Since:
- 1.5
- Author:
- Jan Waller
-
Constructor Summary
ConstructorsConstructorDescriptionTraceEventRecords(TraceMetadata trace, AbstractTraceEvent[] traceEvents) Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
TraceEventRecords
Creates a new instance of this class using the given parameters.- Parameters:
trace- The trace to be stored in this object.traceEvents- The trace events to be stored in this object.
-
-
Method Details
-
getTraceMetadata
Delivers the stored traces.- Returns:
- The traces currently stored in this object.
-
getTraceEvents
Delivers the stored trace events.- Returns:
- The trace events currently stored in this object.
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
toString
-
hashCode
public int hashCode() -
equals
-