Uses of Class
mondrian.olap.MondrianDef.Cube
-
Packages that use MondrianDef.Cube Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of MondrianDef.Cube in mondrian.olap
Fields in mondrian.olap declared as MondrianDef.Cube Modifier and Type Field Description MondrianDef.Cube[]
MondrianDef.Schema. cubes
Cubes in this schema. -
Uses of MondrianDef.Cube in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher with parameters of type MondrianDef.Cube Modifier and Type Method Description static ExplicitRules.Group
ExplicitRules.Group. make(RolapCube cube, MondrianDef.Cube xmlCube)
Make an ExplicitRules.Group for a given RolapCube given the MondrianDef.Cube associated with that cube.
-