Class MedianCalculator<T>
java.lang.Object
kieker.analysis.statistics.calculating.AbstractCalculator<T>
kieker.analysis.statistics.calculating.MedianCalculator<T>
- Type Parameters:
T- Type of elements
- Since:
- 1.14
- Author:
- Sören Henning
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) Methods inherited from class kieker.analysis.statistics.calculating.AbstractCalculator
getPropertyName
-
Constructor Details
-
MedianCalculator
-
-
Method Details
-
calculate
public void calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) - Specified by:
calculatein classAbstractCalculator<T>- Parameters:
statistic- the statistic record to processinput- the input to be processedmodelObject- the associated model object
-