mondrian.rolap.agg
Class GroupingSetsList.Cohort
java.lang.Object
mondrian.rolap.agg.GroupingSetsList.Cohort
- Enclosing class:
- GroupingSetsList
static class GroupingSetsList.Cohort
- extends Object
Collection of SegmentDataset that have the
same dimensionality and identical axis values. A cohort contains
corresponding cell values for set of measures.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segmentDatasetList
final List<SegmentDataset> segmentDatasetList
axes
final SegmentAxis[] axes
pos
final int[] pos
GroupingSetsList.Cohort
GroupingSetsList.Cohort(List<SegmentDataset> segmentDatasetList,
SegmentAxis[] axes)