Uses of Interface
mondrian.olap.Annotation
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of Annotation in mondrian.olap
Modifier and TypeMethodDescriptionAnnotated.getAnnotationMap()
Returns a list of annotations.Query.ScopedNamedSet.getAnnotationMap()
SetBase.getAnnotationMap()
Modifier and TypeMethodDescriptionvoid
SetBase.setAnnotationMap
(Map<String, Annotation> annotationMap) -
Uses of Annotation in mondrian.rolap
Modifier and TypeMethodDescriptionstatic Map<String,
Annotation> RolapHierarchy.createAnnotationMap
(MondrianDef.Annotations annotations) DelegatingRolapMember.getAnnotationMap()
RolapBaseCubeMeasure.getAnnotationMap()
RolapCalculatedMember.getAnnotationMap()
RolapCube.getAnnotationMap()
RolapHierarchy.getAnnotationMap()
RolapLevel.getAnnotationMap()
RolapMemberBase.getAnnotationMap()
RolapSchema.getAnnotationMap()
RolapVirtualCubeMeasure.getAnnotationMap()
ModifierConstructorDescriptionRolapVirtualCubeMeasure
(RolapMember parentMember, RolapLevel level, RolapStoredMeasure cubeMeasure, Map<String, Annotation> annotationMap)