class %DeepSee.Model.SubjectArea.hierarchy
extends %DeepSee.Model.SubjectArea.node
Meta-data for a hierarchy within a DeepSee subject area.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
relationship dimension
as %DeepSee.Model.SubjectArea.dimension(XMLPROJECTION="none") [ Inverse = hierarchies,Cardinality = one ];
Dimension that this hierarchy belongs to.
property hidden
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this hierarchy will be hidden (not part of the subject area model).
relationship levels
as %DeepSee.Model.SubjectArea.level(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = hierarchy,Cardinality = many ];
Set of levels defined for this hierarchy.