public abstract class AbstractGroupCalculator<R,I extends CalcIntermResult<R>,V> extends Object implements GroupCalculator<R,I,V>
Constructor and Description |
---|
AbstractGroupCalculator(String label) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
returns the label to be displayed at the beginning of the total row.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, init
public AbstractGroupCalculator(String label)
public String getLabel()
GroupCalculator
getLabel
in interface GroupCalculator<R,I extends CalcIntermResult<R>,V>
Copyright © 2006–2015. All rights reserved.