Uses of Interface
org.olap4j.metadata.Hierarchy
Packages that use Hierarchy
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides classes and interfaces for browsing an OLAP schema.
Type system for MDX expressions.
-
Uses of Hierarchy in org.olap4j
Methods in org.olap4j that return types with arguments of type HierarchyModifier and TypeMethodDescriptionCellSetAxisMetaData.getHierarchies()
Returns the hierarchies which are mapped onto this axis. -
Uses of Hierarchy in org.olap4j.mdx
Methods in org.olap4j.mdx that return HierarchyModifier and TypeMethodDescriptionHierarchyNode.getHierarchy()
Returns the Hierarchy used in this expression.Constructors in org.olap4j.mdx with parameters of type HierarchyModifierConstructorDescriptionHierarchyNode
(ParseRegion region, Hierarchy hierarchy) Creates a HierarchyNode. -
Uses of Hierarchy in org.olap4j.metadata
Methods in org.olap4j.metadata that return HierarchyModifier and TypeMethodDescriptionDimension.getDefaultHierarchy()
Returns the defaultHierarchy
of this Dimension.Level.getHierarchy()
Returns theHierarchy
thisLevel
belongs to.Member.getHierarchy()
Returns the Hierarchy of this Member.Methods in org.olap4j.metadata that return types with arguments of type HierarchyModifier and TypeMethodDescriptionCube.getHierarchies()
Returns a list ofHierarchy
objects in this Cube.Dimension.getHierarchies()
Returns the hierarchies in this Dimension. -
Uses of Hierarchy in org.olap4j.type
Methods in org.olap4j.type that return HierarchyModifier and TypeMethodDescriptionCubeType.getHierarchy()
DimensionType.getHierarchy()
HierarchyType.getHierarchy()
LevelType.getHierarchy()
MemberType.getHierarchy()
ScalarType.getHierarchy()
SetType.getHierarchy()
TupleType.getHierarchy()
Type.getHierarchy()
Returns the hierarchy of this type.Constructors in org.olap4j.type with parameters of type HierarchyModifierConstructorDescriptionHierarchyType
(Dimension dimension, Hierarchy hierarchy) Creates a type representing a hierarchy.Creates a type representing a level.MemberType
(Dimension dimension, Hierarchy hierarchy, Level level, Member member) Creates a type representing a member.