Uses of Interface
mondrian.olap.Cell
-
Packages that use Cell Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Cell in mondrian.olap
Methods in mondrian.olap that return Cell Modifier and Type Method Description Cell
Result. getCell(int[] pos)
Returns the cell at a given set of coordinates. -
Uses of Cell in mondrian.rolap
Classes in mondrian.rolap that implement Cell Modifier and Type Class Description class
RolapCell
Methods in mondrian.rolap that return Cell Modifier and Type Method Description Cell
RolapResult. getCell(int[] pos)
Get the Cell for the given Cell position.
-