mondrian.rolap
Class CacheControlImpl.CrossjoinCellRegion

java.lang.Object
  extended by 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
(package private)  List<Dimension> dimensions
           
 
Constructor Summary
CacheControlImpl.CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
           
 
Method Summary
 void accept(CacheControlImpl.CellRegionVisitor visitor)
           
 List<CacheControl.CellRegion> getComponents()
           
 List<Dimension> getDimensionality()
          Returns the dimensionality of a region.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dimensions

final List<Dimension> dimensions
Constructor Detail

CacheControlImpl.CrossjoinCellRegion

CacheControlImpl.CrossjoinCellRegion(List<CacheControlImpl.CellRegionImpl> regions)
Method Detail

accept

public void accept(CacheControlImpl.CellRegionVisitor visitor)
Specified by:
accept in interface CacheControlImpl.CellRegionImpl

getDimensionality

public List<Dimension> getDimensionality()
Description copied from interface: CacheControl.CellRegion
Returns the dimensionality of a region.

Specified by:
getDimensionality in interface CacheControl.CellRegion
Returns:
a list of Dimension objects.

toString

public String toString()
Overrides:
toString in class Object

getComponents

public List<CacheControl.CellRegion> getComponents()

SourceForge.net_Logo