class %DeepSee.Model.hierarchy
extends %DeepSee.Model.node
Meta-data for a hierarchy within a DeepSee cube.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
relationship dimension
as %DeepSee.Model.dimension(XMLPROJECTION="none") [ Inverse = hierarchies,Cardinality = one ];
Dimension that this hierarchy belongs to.
relationship levels
as %DeepSee.Model.level(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = hierarchy,Cardinality = many ];
Set of levels defined for this hierarchy.