T - Type of elementspublic class TotalCalculator<T> extends java.lang.Object implements ICalculator<T>
| Constructor and Description |
|---|
TotalCalculator(java.util.function.Function<T,java.lang.Long> valueAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(StatisticRecord statistic,
T input,
org.eclipse.emf.ecore.EObject modelObject) |
public TotalCalculator(java.util.function.Function<T,java.lang.Long> valueAccessor)
public void calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
calculate in interface ICalculator<T>Copyright 2021 Kieker Project, http://kieker-monitoring.net