public abstract class SimpleAggregation<T> extends Object
EvalSumUpCreator| Constructor and Description |
|---|
SimpleAggregation() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAggregatedValue(Collection<T> sourceList,
int mode) |
protected abstract float |
getValue(T element) |
protected abstract float getValue(T element)
public float getAggregatedValue(Collection<T> sourceList, int mode)
Copyright © 2019. All rights reserved.