Package mondrian.rolap
Class CacheControlImpl.CrossjoinCellRegion
- java.lang.Object
-
- mondrian.rolap.CacheControlImpl.CrossjoinCellRegion
-
- All Implemented Interfaces:
CacheControl.CellRegion
,CacheControlImpl.CellRegionImpl
- Enclosing class:
- CacheControlImpl
static class CacheControlImpl.CrossjoinCellRegion extends Object implements CacheControlImpl.CellRegionImpl
Cell region formed by a cartesian product of two or more CellRegions.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) List<Dimension>
dimensions
-
Constructor Summary
Constructors Constructor Description CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CacheControlImpl.CellRegionVisitor visitor)
List<CacheControl.CellRegion>
getComponents()
List<Dimension>
getDimensionality()
Returns the dimensionality of a region.String
toString()
-
-
-
Constructor Detail
-
CrossjoinCellRegion
CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
-
-
Method Detail
-
accept
public void accept(CacheControlImpl.CellRegionVisitor visitor)
- Specified by:
accept
in interfaceCacheControlImpl.CellRegionImpl
-
getDimensionality
public List<Dimension> getDimensionality()
Description copied from interface:CacheControl.CellRegion
Returns the dimensionality of a region.- Specified by:
getDimensionality
in interfaceCacheControl.CellRegion
- Returns:
- a list of
Dimension
objects.
-
getComponents
public List<CacheControl.CellRegion> getComponents()
-
-