Uses of Interface
mondrian.olap.Annotated
Packages that use Annotated
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 Annotated in mondrian.olap
Subinterfaces of Annotated in mondrian.olapModifier and TypeInterfaceDescriptioninterfaceCube.interfaceADimensionrepresents a dimension of a cube.interfaceAHierarchyis a set of members, organized into levels.interfaceinterfaceAMemberis a 'point' on a dimension of a cube.interfaceA named set of members or tuples.interfaceASchemais a collection of cubes, shared dimensions, and roles.Classes in mondrian.olap that implement AnnotatedModifier and TypeClassDescriptionclassCubeBaseis an abstract implementation ofCube.classAbstract implementation for aDimension.classSkeleton implementation forHierarchy.classSkeleton implementation ofLevel.classMemberBaseis a partial implementation ofMember.static classclassSkeleton implementation ofNamedSetinterface. -
Uses of Annotated in mondrian.olap.fun
Classes in mondrian.olap.fun that implement AnnotatedModifier and TypeClassDescriptionstatic classCalculated member forVisualTotalsfunction. -
Uses of Annotated in mondrian.rolap
Subinterfaces of Annotated in mondrian.rolapModifier and TypeInterfaceDescriptioninterfaceInterface implemented by all measures (both stored and calculated).interfaceARolapMemberis a member of aRolapHierarchy.interfaceExtension toRolapMemberthat knows the current cube.interfaceA measure which is implemented by a SQL column or SQL expression (as opposed to aRolapCalculatedMember.Classes in mondrian.rolap that implement AnnotatedModifier 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.classclassMeasure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.