Uses of Interface
net.esper.view.stat.olap.Dimension

Packages that use Dimension
net.esper.view.stat.olap Views computing OLAP cubes. 
 

Uses of Dimension in net.esper.view.stat.olap
 

Classes in net.esper.view.stat.olap that implement Dimension
 class DimensionImpl
          Implements the dimension interface.
 

Methods in net.esper.view.stat.olap that return Dimension
 Dimension DimensionMemberImpl.getDimension()
           
 Dimension DimensionMember.getDimension()
          Returns the dimension the member belongs to.
 Dimension[] CubeImpl.getDimensions()
           
 Dimension[] Cube.getDimensions()
          Returns dimensions.
 

Methods in net.esper.view.stat.olap with parameters of type Dimension
protected static int[] CubeDimensionHelper.getDimensionSizes(Dimension[] dimensions)
          Compile an array of dimension sizes.
 void DimensionMemberImpl.setDimension(Dimension dimension)
          Set the dimension this member belongs to.