| Package | Description | 
|---|---|
| mondrian.calc | Provides compiled expressions. | 
| mondrian.calc.impl | Provides implementation classes for compiled expressions. | 
| 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 | 
|---|---|
| ParameterSlot | ExpCompiler. registerParameter(Parameter parameter)Implements a parameter, returning a unique slot which will hold the
 parameter's value. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterSlot | AbstractExpCompiler. registerParameter(Parameter parameter) | 
| ParameterSlot | DelegatingExpCompiler. registerParameter(Parameter parameter) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Evaluator. getParameterValue(ParameterSlot slot)Returns the value of a parameter, evaluating its default value if it is
 not set. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | RolapResult.RolapResultEvaluatorRoot. getParameterValue(ParameterSlot slot) | 
| Object | RolapEvaluator. getParameterValue(ParameterSlot slot) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.