|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cube
Interface for querying multidimensional data.
Dimension
presents information about the dimensionality of the data.
Cells are Cell
instances.
The identification of cell in the cube occurs by member values for each dimension.
Method Summary | |
---|---|
Dimension[] |
getDimensions()
Returns dimensions. |
Cell[] |
getMeasures()
Returns all measures. |
DimensionMember[] |
getMembers(int ordinal)
Returns the member value for each dimension that intersect to identify the cell of the given ordinal. |
int |
getOrdinal(DimensionMember[] members)
Given the the members of each dimension that define the intersection, returns the ordinal of a measure. |
Method Detail |
---|
Cell[] getMeasures()
Dimension[] getDimensions()
int getOrdinal(DimensionMember[] members)
members
- is an array of members within each dimension that intersect and thus define the cell
position
DimensionMember[] getMembers(int ordinal)
ordinal
- is the cell ordinal, starting at zero and with a max value of Cell[].length - 1.
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |