class %DeepSee.Model.SubjectArea.measure
extends %DeepSee.Model.SubjectArea.node
Meta-data object that represents a measure within a DeepSee subject area.
property formatString
as %DeepSee.Datatype.string(MAXLEN=100,XMLPROJECTION="attribute");
Optional format string to apply to this member.
property hidden
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this member will be hidden (not part of the subject area model).
relationship subjectArea
as %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION="none") [ Inverse = measures,Cardinality = one ];
Subject area that this measure belongs to.
method %Validate()
as %Status
Test if this measure's definition is valid.