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