%iKnow.Metrics.MetricDefinition
deprecated abstract class %iKnow.Metrics.MetricDefinition extends %Library.RegisteredObject
The
Use a Metric Definition to declare any custom metrics you wish to use in an application
by creating a subclass of this class and supplying a
Unless custom metrics are only assigned on an individual basis (such as a "reader score" metric), a metric will refer to a Builder Class that is responsible for implementing the logic to calculate the appropriate values for a custom metric. See also %iKnow.Metrics.MetricBuilder for more details.
Note: metric definitions can also transparently be included in a domain definition, with no further need to call Register(). See also %iKnow.DomainDefinition.
Method Inventory
Methods
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()