| Package | Description | 
|---|---|
| mondrian.olap | 
 Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. 
 | 
| mondrian.rolap | 
 Implements the data access layer for the olap package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Annotation> | 
Query.ScopedNamedSet.getAnnotationMap()  | 
Map<String,Annotation> | 
SetBase.getAnnotationMap()  | 
Map<String,Annotation> | 
Annotated.getAnnotationMap()
Returns a list of annotations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SetBase.setAnnotationMap(Map<String,Annotation> annotationMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Annotation> | 
RolapHierarchy.createAnnotationMap(MondrianDef.Annotations annotations)  | 
Map<String,Annotation> | 
DelegatingRolapMember.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapSchema.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapVirtualCubeMeasure.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapMemberBase.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapCalculatedMember.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapCube.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapHierarchy.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapBaseCubeMeasure.getAnnotationMap()  | 
Map<String,Annotation> | 
RolapLevel.getAnnotationMap()  | 
| Constructor and Description | 
|---|
RolapVirtualCubeMeasure(RolapMember parentMember,
                       RolapLevel level,
                       RolapStoredMeasure cubeMeasure,
                       Map<String,Annotation> annotationMap)  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.