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 voidaccept(CacheControlImpl.CellRegionVisitor visitor)List<CacheControl.CellRegion>getComponents()List<Dimension>getDimensionality()Returns the dimensionality of a region.StringtoString()
-
-
-
Constructor Detail
-
CrossjoinCellRegion
CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
-
-
Method Detail
-
accept
public void accept(CacheControlImpl.CellRegionVisitor visitor)
- Specified by:
acceptin interfaceCacheControlImpl.CellRegionImpl
-
getDimensionality
public List<Dimension> getDimensionality()
Description copied from interface:CacheControl.CellRegionReturns the dimensionality of a region.- Specified by:
getDimensionalityin interfaceCacheControl.CellRegion- Returns:
- a list of
Dimensionobjects.
-
getComponents
public List<CacheControl.CellRegion> getComponents()
-
-