|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableLeafAggregator
TableLeafAggregator defines methods for extracting and aggregating values from the leaf members of a table datasource.
Method Summary | |
---|---|
Object |
aggregate(List values,
TableMeasure measure)
Aggregates a list of values for a given measure. |
Object |
extractValue(List data,
TableMeasure measure)
Extracts the values that will be aggregated for a given measure. |
Method Detail |
---|
Object aggregate(List values, TableMeasure measure)
values
- the list of values to aggregatemeasure
- the measure to aggregate
Object extractValue(List data, TableMeasure measure)
data
- a list of values corresponding to the rows of the underlying table modelmeasure
- the measure for which values are being extracted
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |