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. axes
protected Axis
ResultBase. slicerAxis
Methods in mondrian.olap that return Axis Modifier and Type Method Description Axis[]
Result. getAxes()
Returns the non-slicer axes.Axis[]
ResultBase. getAxes()
Axis
Result. getSlicerAxis()
Returns the slicer axis.Axis
ResultBase. 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 class
RolapAxis
Implementation 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 Modulos
Modulos.Generator. create(Axis[] axes)
static Modulos
Modulos.Generator. createMany(Axis[] axes)
static String
RolapAxis. toString(Axis axis)
Constructors in mondrian.rolap with parameters of type Axis Constructor Description Base(Axis[] axes)
-