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

Packages that use MultidimCube
net.esper.view.stat   
net.esper.view.stat.olap   
 

Uses of MultidimCube in net.esper.view.stat
 

Methods in net.esper.view.stat that return MultidimCube
protected  MultidimCube<BaseStatisticsBean> MultiDimStatsView.getFactCube()
          For unit testing, returns fact cube.
 

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

Classes in net.esper.view.stat.olap that implement MultidimCube
 class MultidimCubeImpl<V>
          Implementation for a multidimensional cube that can be configured with the type of cell to store.
 

Methods in net.esper.view.stat.olap with parameters of type MultidimCube
static Pair<Dimension[],Cell[]> CubeDerivedValueHelper.derive(java.lang.String[] measuresToDerive, MultidimCube<BaseStatisticsBean> cube)
          Derive given statistical measures from the multidim.
 

Constructors in net.esper.view.stat.olap with parameters of type MultidimCube
CubeImpl(MultidimCube<BaseStatisticsBean> cube, java.lang.String[] measuresToDerive)
          Constructor.