[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Cube implementation derives the cells of the cube from a measures list and a !:MultidimCube containing net.esper.view.stat.BaseStatisticsBean.

Namespace: net.esper.view.stat.olap
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CubeImpl _
	Implements Cube
C#
public sealed class CubeImpl : Cube
Visual C++
public ref class CubeImpl sealed : Cube

Inheritance Hierarchy

System.Object
  net.esper.view.stat.olap.CubeImpl

See Also