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

Constructor. Takes a fact cube schema and a derivation strategy to be used when a measure cube needs to be derived.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	cube As MultidimCube(Of BaseStatisticsBean), _
	measuresToDerive As String() _
)
C#
public CubeImpl (
	MultidimCube<BaseStatisticsBean> cube,
	string[] measuresToDerive
)
Visual C++
public:
CubeImpl (
	MultidimCube<BaseStatisticsBean^>^ cube, 
	array<String^>^ measuresToDerive
)

Parameters

cube
net.esper.view.stat.olap.MultidimCube<(Of V>)
contains the fact cube and related into
measuresToDerive
System.String[]
a list of well-named measures to derive