Uses of Interface
mondrian.olap.Axis
-
Packages that use Axis 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 Axis in mondrian.olap
Fields in mondrian.olap declared as Axis Modifier and Type Field Description protected Axis[]ResultBase. axesprotected AxisResultBase. slicerAxisMethods in mondrian.olap that return Axis Modifier and Type Method Description Axis[]Result. getAxes()Returns the non-slicer axes.Axis[]ResultBase. getAxes()AxisResult. getSlicerAxis()Returns the slicer axis.AxisResultBase. getSlicerAxis()Constructors in mondrian.olap with parameters of type Axis Constructor Description ResultBase(Execution execution, Axis[] axes) -
Uses of Axis in mondrian.rolap
Classes in mondrian.rolap that implement Axis Modifier and Type Class Description classRolapAxisImplementation of the Axis interface.Methods in mondrian.rolap that return Axis Modifier and Type Method Description Axis[]RolapResult. getAxes()Methods in mondrian.rolap with parameters of type Axis Modifier and Type Method Description static ModulosModulos.Generator. create(Axis[] axes)static ModulosModulos.Generator. createMany(Axis[] axes)static StringRolapAxis. toString(Axis axis)Constructors in mondrian.rolap with parameters of type Axis Constructor Description Base(Axis[] axes)
-