static class CacheControlImpl.CrossjoinCellRegion extends Object implements CacheControlImpl.CellRegionImpl
Modifier and Type | Field and Description |
---|---|
(package private) List<Dimension> |
dimensions |
Constructor and Description |
---|
CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CacheControlImpl.CellRegionVisitor visitor) |
List<CacheControl.CellRegion> |
getComponents() |
List<Dimension> |
getDimensionality()
Returns the dimensionality of a region.
|
String |
toString() |
CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
public void accept(CacheControlImpl.CellRegionVisitor visitor)
accept
in interface CacheControlImpl.CellRegionImpl
public List<Dimension> getDimensionality()
CacheControl.CellRegion
getDimensionality
in interface CacheControl.CellRegion
Dimension
objects.public List<CacheControl.CellRegion> getComponents()