%DeepSee.Model.SubjectArea.hierarchy
Class %DeepSee.Model.SubjectArea.hierarchy Extends %DeepSee.Model.SubjectArea.node [ System = 4 ]
Meta-data for a hierarchy within a DeepSee subject area.
Properties
dimension
Relationship dimension As %DeepSee.Model.SubjectArea.dimension(XMLPROJECTION = "none") [ Cardinality = one, Inverse = hierarchies ];
Dimension that this hierarchy belongs to.
hidden
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).
levels
Relationship levels As %DeepSee.Model.SubjectArea.level(XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ Cardinality = many, Inverse = hierarchy ];
Set of levels defined for this hierarchy.