deprecatedclass %iKnow.Model.metrics
extends %iKnow.Model.node
For details on using this class, see
NLP Domains.
The %iKnow.Metrics infrastructure is deprecated in favour of the
more SQL-oriented approach offered through %iKnow.Tables.Utils, where you
can add computed fields at different levels and choose whether they need to be persisted or not.
property autoExecute
as %Boolean(XMLPROJECTION="ATTRIBUTE");
Whether or not metrics are to be built as part of the Domain Definition's %Build() method.
This property is ignored in Metric Definitions (outside of a Domain Definition).
property disabled
as %Boolean(XMLPROJECTION="attribute");
If set to 1, this element is ignored when compiling, validating and building the domain.
This property is ignored in Metric Definitions (outside of a Domain Definition).
relationship metrics
as %iKnow.Model.metric(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = group,Cardinality = many ];