|
Class Summary |
| AbstractDataSet |
This is the base class for data set. |
| AbstractDataSetFilter |
AbstactDataSetFilter implements common functions of DataSetFilter. |
| BoxDataSet |
This class is used to create a boxplot. |
| DefaultDataSet |
This class implements dataset interface and provide a in-memory
implementation of datasets. |
| HRef |
Hyperlink.Ref contains the actual hyperlink and the link parameter
values. |
| SortedDataSet |
SortedDataSet sorts the base data set by comparing the values of a
measure or dimension. |
| SubDataSet |
This class extracts a subset of tuples from a dataset using simple
conditions. |
| SumDataSet |
This class prepares sum data for measures, and the sum data is grouped by
dimensions. |
| TimeSeriesRow |
This class fills in the missing gaps in the time series. |