Package kieker.analysis.statistics
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
-
Constructor Details
-
StatisticsDecorator
public StatisticsDecorator(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, java.util.function.Function<T,org.eclipse.emf.ecore.EObject> objectAccesor)
-
-
Method Details