Uses of Class
mondrian.olap.Id
-
Packages that use Id 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 -
-
Uses of Id in mondrian.mdx
Methods in mondrian.mdx with parameters of type Id Modifier and Type Method Description Object
MdxVisitor. visit(Id id)
Visits an Id.Object
MdxVisitorImpl. visit(Id id)
-
Uses of Id in mondrian.olap
Methods in mondrian.olap that return Id Modifier and Type Method 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.Methods in mondrian.olap with parameters of type Id Modifier and Type Method 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)
Constructors in mondrian.olap with parameters of type Id Constructor 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 parameters in mondrian.olap with type arguments of type Id Constructor Description IdentifierVisitor(Set<Id> identifiers)
-
Uses of Id in mondrian.parser
Methods in mondrian.parser that return Id Modifier and Type Method Description Id
MdxParserImpl. compoundId()
Id
MdxParserImpl. returnItem()
-