class %DeepSee.Model.SubjectArea.relationship
extends node
Meta-data for a relationship within a DeepSee subject area.
property hidden
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this relationship will be hidden.
relationship subjectArea
as %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION="none") [ Inverse = relationships,Cardinality = one ];
Subject Area that this relationship belongs to.
method %Validate()
as %Status
Test if this relationship's definition is valid.