Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.table

Provides a DataSource implementation based on data originating from a TableModel.

See:
          Description

Interface Summary
DerivedMeasureAggregator DerivedMeasureAggregator defines methods for aggregating the derived measures of a table datasource.
StandardMeasureAggregator StandardMeasureAggregator defines methods for aggregating the standard measures of a table datasource.
TableAggregator TableAggregator is the common interface superclass for standard and derived measure aggregators for a table datasource.
TableContext TableContext is an interface used for dynamically creating an olap hierarchy.
TableFormatter TableFormatter defines a method for formatting a measure's value to a String.
TableLeafAggregator TableLeafAggregator defines methods for extracting and aggregating values from the leaf members of a table datasource.
 

Class Summary
AbstractTableObject AbstractTableObject is the base abstract class for all table metadata olap objects.
DefaultTableFormatter DefaultTableFormatter is the default TableFormatter.
DefaultTableLeafAggregator DefaultTableLeafAggregator is the default TableLeafAggregator implementation.
DerivedTableMeasure DerivedTableMeasure represents a derived measure of a table datasource.
StandardTableMeasure StandardTableMeasure represents a standard measure of a table datasource.
TableConnection TableConnection is the implementation of an OLAP connection for the table datasource.
TableCube TableCube is the the concrete OlapCube implementation for the table datasource.
TableDataSource TableDataSource is a DataSource implementation that reads from user data and allows for the construction of an OLAP schema, depending on the input data.
TableDimension TableDimension is the the concrete OlapDimension implementation for the table datasource.
TableHierarchy TableHierarchy is the the concrete OlapHierarchy implementation for the table datasource.
TableLevel TableLevel is the the concrete OlapLevel implementation for the table datasource.
TableMeasure TableMeasure is the the concrete OlapMeasure implementation for the table datasource.
TableMember TableMember is the the concrete OlapMember implementation for the table datasource.
TableQuery TableQuery represents a query to TableDataSource for a given measure and tuple.
TableSchema TableSchema is the the concrete OlapSchema implementation for the table datasource.
TableTuple TableTuple represents a container for members, organized by dimension.
 

Package com.citra.pivot.table Description

Provides a DataSource implementation based on data originating from a TableModel.


Copyright © 2011 Citra Technologies. All Rights Reserved.