Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table
Interface TableAggregator

All Known Subinterfaces:
DerivedMeasureAggregator, StandardMeasureAggregator
All Known Implementing Classes:
AvgAggregator, CountAggregator, FirstValueAggregator, HAvgAggregator, HFirstValueAggregator, HLastValueAggregator, HWeightedAvgAggregator, HWeightedFirstValueAggregator, HWeightedLastValueAggregator, IndexAggregator, LastValueAggregator, MaxAggregator, MinAggregator, MovingTotalAggregator, NumericalAggregator, RankAggregator, ScaledSumAggregator, SumAggregator, WeightedAvgAggregator, WeightedFirstValueAggregator, WeightedLastValueAggregator, WeightedSumAggregator

public interface TableAggregator

TableAggregator is the common interface superclass for standard and derived measure aggregators for a table datasource.


Method Summary
 String getName()
          Retrieves the name of the aggregator.
 

Method Detail

getName

String getName()
Retrieves the name of the aggregator.

Returns:
the aggregator's name

Copyright © 2011 Citra Technologies. All Rights Reserved.