class %DeepSee.Model.hierarchy
extends %DeepSee.Model.node
Meta-data for a hierarchy within a DeepSee cube.
relationship dimension
as %DeepSee.Model.dimension(XMLPROJECTION="none") [ Inverse = hierarchies,Cardinality = one ];
Dimension that this hierarchy belongs to.
property hidden
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
If true, this hierarchy is hidden. That is, it will not be listed among the
cube's members within the various DeepSee utilities.
It can still be used within MDX queries and expressions.
relationship levels
as %DeepSee.Model.level(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = hierarchy,Cardinality = many ];
Set of levels defined for this hierarchy.