Class SumByStringAggregatorBucket
java.lang.Object
de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket<String>
de.uplanet.lucy.server.auxiliaries.chart.SumByStringAggregatorBucket
- All Implemented Interfaces:
IAggregatorBucket<String,
de.uplanet.lucy.server.auxiliaries.chart.DoubleAggregatorDataPoint>
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
AbstractSumAggregatorBucket.SortableDoubleAggregatorDataPointList
-
Method Summary
Modifier and TypeMethodDescriptionGet the category value given to the constructor.Methods inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
getAverage, getMax, getMin, getSum, getValue, getValues, hasValue
-
Method Details
-
getGroupingValue
Get the category value given to the constructor.- Returns:
- The category value.
-