Class StatisticsDecorator<T>

java.lang.Object
kieker.analysis.statistics.StatisticsDecorator<T>
Type Parameters:
T - Type of elements

public class StatisticsDecorator<T>
extends java.lang.Object
Since:
1.14
Author:
Sören Henning
  • Constructor Summary

    Constructors 
    Constructor Description
    StatisticsDecorator​(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, java.util.function.Function<T,​org.eclipse.emf.ecore.EObject> objectAccesor)  
  • Method Summary

    Modifier and Type Method Description
    void decorate​(T input)  

    Methods inherited from class java.lang.Object

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