Package mondrian.rolap
Interface CacheControlImpl.CellRegionImpl
-
- All Superinterfaces:
CacheControl.CellRegion
- All Known Implementing Classes:
CacheControlImpl.CrossjoinCellRegion
,CacheControlImpl.EmptyCellRegion
,CacheControlImpl.MemberCellRegion
,CacheControlImpl.MemberRangeCellRegion
- Enclosing class:
- CacheControlImpl
static interface CacheControlImpl.CellRegionImpl extends CacheControl.CellRegion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(CacheControlImpl.CellRegionVisitor visitor)
-
Methods inherited from interface mondrian.olap.CacheControl.CellRegion
getDimensionality
-
-
-
-
Method Detail
-
accept
void accept(CacheControlImpl.CellRegionVisitor visitor)
-
-