Uses of Class
mondrian.olap.OlapElementBase
Packages that use OlapElementBase
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Implements the data access layer for the olap package.
-
Uses of OlapElementBase in mondrian.olap
Subclasses of OlapElementBase in mondrian.olapModifier and TypeClassDescriptionclassCubeBaseis an abstract implementation ofCube.classAbstract implementation for aDimension.classSkeleton implementation forHierarchy.classSkeleton implementation ofLevel.classMemberBaseis a partial implementation ofMember.classSkeleton implementation ofNamedSetinterface. -
Uses of OlapElementBase in mondrian.olap.fun
Subclasses of OlapElementBase in mondrian.olap.funModifier and TypeClassDescriptionstatic classCalculated member forVisualTotalsfunction. -
Uses of OlapElementBase in mondrian.rolap
Subclasses of OlapElementBase in mondrian.rolapModifier and TypeClassDescriptionclassImplementation ofRolapMemberthat delegates all calls to an underlying member.classMeasure which is computed from a SQL column (or expression) and which is defined in a non-virtual cube.classARolapCalculatedMemberis a member based upon aFormula.classRolapCubeimplementsCubefor a ROLAP database.classRolapCubeDimension wraps a RolapDimension for a specific Cube.classHierarchy that is associated with a specific Cube.classRolapCubeLevel wraps a RolapLevel for a specific Cube.classRolapCubeMember wraps RolapMembers and binds them to a specific cube.classRolapHierarchyimplementsHierarchyfor a ROLAP database.static classSubstitute for a member in a hierarchy whose rollup policy is 'partial' or 'hidden'.protected static classCalculated member which is also a measure (that is, a member of the [Measures] dimension).classRolapLevelimplementsLevelfor a ROLAP database.classBasic implementation of a member in aRolapHierarchy.classMember which holds the AggregateCalc used when evaluating a compound slicer.classMeasure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.