Uses of Class
mondrian.olap.MemberBase
- 
Packages that use MemberBase Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.rolap Implements the data access layer for the olap package. - 
- 
Uses of MemberBase in mondrian.olap
Methods in mondrian.olap with parameters of type MemberBase Modifier and Type Method Description booleanMemberBase. isOnSameHierarchyChainInternal(MemberBase otherMember) - 
Uses of MemberBase in mondrian.olap.fun
Subclasses of MemberBase in mondrian.olap.fun Modifier and Type Class Description static classVisualTotalsFunDef.VisualTotalMemberCalculated member forVisualTotalsfunction. - 
Uses of MemberBase in mondrian.rolap
Subclasses of MemberBase in mondrian.rolap Modifier and Type Class Description classDelegatingRolapMemberImplementation ofRolapMemberthat delegates all calls to an underlying member.classRolapBaseCubeMeasureMeasure which is computed from a SQL column (or expression) and which is defined in a non-virtual cube.classRolapCalculatedMemberARolapCalculatedMemberis a member based upon aFormula.classRolapCubeMemberRolapCubeMember wraps RolapMembers and binds them to a specific cube.static classRolapHierarchy.LimitedRollupMemberSubstitute for a member in a hierarchy whose rollup policy is 'partial' or 'hidden'.protected classRolapHierarchy.RolapCalculatedMeasureCalculated member which is also a measure (that is, a member of the [Measures] dimension).classRolapMemberBaseBasic implementation of a member in aRolapHierarchy.classRolapResult.CompoundSlicerRolapMemberMember which holds the AggregateCalc used when evaluating a compound slicer.classRolapVirtualCubeMeasureMeasure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.Methods in mondrian.rolap with parameters of type MemberBase Modifier and Type Method Description booleanRolapResult.CompoundSlicerRolapMember. isOnSameHierarchyChainInternal(MemberBase member2) 
 -