T - Type of elementspublic class CountCalculator<T> extends java.lang.Object implements ICalculator<T>
| Constructor and Description |
|---|
CountCalculator() |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(Statistic statistic,
T input,
java.lang.Object modelObject) |
public void calculate(Statistic statistic, T input, java.lang.Object modelObject)
calculate in interface ICalculator<T>Copyright 2020 Kieker Project, http://kieker-monitoring.net