Uses of Interface
mondrian.olap.Annotated
-
Packages that use Annotated Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Annotated in mondrian.olap
Subinterfaces of Annotated in mondrian.olap Modifier and Type Interface Description interfaceCubeCube.interfaceDimensionADimensionrepresents a dimension of a cube.interfaceHierarchyAHierarchyis a set of members, organized into levels.interfaceLevelinterfaceMemberAMemberis a 'point' on a dimension of a cube.interfaceNamedSetA named set of members or tuples.interfaceSchemaASchemais a collection of cubes, shared dimensions, and roles.Classes in mondrian.olap that implement Annotated Modifier and Type Class Description classCubeBaseCubeBaseis an abstract implementation ofCube.classDimensionBaseAbstract implementation for aDimension.classHierarchyBaseSkeleton implementation forHierarchy.classLevelBaseSkeleton implementation ofLevel.classMemberBaseMemberBaseis a partial implementation ofMember.static classQuery.ScopedNamedSetclassSetBaseSkeleton implementation ofNamedSetinterface. -
Uses of Annotated in mondrian.olap.fun
Classes in mondrian.olap.fun that implement Annotated Modifier and Type Class Description static classVisualTotalsFunDef.VisualTotalMemberCalculated member forVisualTotalsfunction. -
Uses of Annotated in mondrian.rolap
Subinterfaces of Annotated in mondrian.rolap Modifier and Type Interface Description interfaceRolapMeasureInterface implemented by all measures (both stored and calculated).interfaceRolapMemberARolapMemberis a member of aRolapHierarchy.interfaceRolapMemberInCubeExtension toRolapMemberthat knows the current cube.interfaceRolapStoredMeasureA measure which is implemented by a SQL column or SQL expression (as opposed to aRolapCalculatedMember.Classes in mondrian.rolap that implement Annotated Modifier and Type Class Description classDelegatingRolapMemberImplementation ofRolapMemberthat delegates all calls to an underlying member.classRolapBaseCubeMeasureMeasure which is computed from a SQL column (or expression) and which is defined in a non-virtual cube.classRolapCalculatedMemberARolapCalculatedMemberis a member based upon aFormula.classRolapCubeRolapCubeimplementsCubefor a ROLAP database.classRolapCubeDimensionRolapCubeDimension wraps a RolapDimension for a specific Cube.classRolapCubeHierarchyHierarchy that is associated with a specific Cube.classRolapCubeLevelRolapCubeLevel wraps a RolapLevel for a specific Cube.classRolapCubeMemberRolapCubeMember wraps RolapMembers and binds them to a specific cube.classRolapHierarchyRolapHierarchyimplementsHierarchyfor a ROLAP database.static classRolapHierarchy.LimitedRollupMemberSubstitute for a member in a hierarchy whose rollup policy is 'partial' or 'hidden'.protected classRolapHierarchy.RolapCalculatedMeasureCalculated member which is also a measure (that is, a member of the [Measures] dimension).classRolapLevelRolapLevelimplementsLevelfor a ROLAP database.classRolapMemberBaseBasic implementation of a member in aRolapHierarchy.classRolapResult.CompoundSlicerRolapMemberMember which holds the AggregateCalc used when evaluating a compound slicer.classRolapSchemaclassRolapVirtualCubeMeasureMeasure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.
-