Class AggregatedTraceWrapper

java.lang.Object
kieker.analysis.architecture.trace.aggregation.AggregatedTraceWrapper

public final class AggregatedTraceWrapper
extends java.lang.Object
This is wrapper class for aggregated traces that also contains a specific trace to which the aggregated trace belongs to and the information whether this is the first time this aggregated trace was created. This class is internally used to be created from TraceAggregator and processed from statistics stages.
Since:
1.14
Author:
Sören Henning
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregatedTraceWrapper​(Trace aggregatedTrace, Trace trace, boolean isFirst)  
  • Method Summary

    Modifier and Type Method Description
    Trace getAggregatedTrace()  
    Trace getTrace()  
    boolean isFirst()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait