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, waitcompute, initpublic AbstractGroupCalculator(String label)
public String getLabel()
GroupCalculatorgetLabel in interface GroupCalculator<R,I extends CalcIntermResult<R>,V>Copyright © 2006–2015. All rights reserved.