| Package | Description | 
|---|---|
| mondrian.mdx | 
 Defines a parse tree for MDX expressions. 
 | 
| mondrian.olap | 
 Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. 
 | 
| mondrian.parser | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MdxVisitorImpl.visit(Id id)  | 
Object | 
MdxVisitor.visit(Id id)
Visits an Id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Id | 
Id.append(Id.Segment segment)
Returns a new Identifier consisting of this one with another segment
 appended. 
 | 
Id | 
Id.clone()  | 
Id[] | 
QueryAxis.getDimensionProperties()  | 
Id | 
Formula.getIdentifier()
Returns the Identifier of the set or member which is declared by this
 Formula. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Query.addFormula(Id id,
          Exp exp)
Adds a new formula specifying a set
 to an existing query. 
 | 
void | 
Query.addFormula(Id id,
          Exp exp,
          MemberProperty[] memberProperties)
Adds a new formula specifying a member
 to an existing query. 
 | 
Object | 
IdentifierVisitor.visit(Id id)  | 
| Constructor and Description | 
|---|
Formula(Id id,
       Exp exp)
Constructs formula specifying a set. 
 | 
Formula(Id id,
       Exp exp,
       MemberProperty[] memberProperties)
Constructs a formula specifying a member. 
 | 
QueryAxis(boolean nonEmpty,
         Exp set,
         AxisOrdinal axisOrdinal,
         QueryAxis.SubtotalVisibility subtotalVisibility,
         Id[] dimensionProperties)
Creates an axis. 
 | 
| Constructor and Description | 
|---|
IdentifierVisitor(Set<Id> identifiers)  | 
| Modifier and Type | Method and Description | 
|---|---|
Id | 
MdxParserImpl.compoundId()  | 
Id | 
MdxParserImpl.returnItem()  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.