slmetric.config.ThresholdConfiguration Class
Namespace: slmetric.config
(To be removed) Specify metric and slmetric.metric.Result
property for thresholding
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Description
Instances of slmetric.config.ThresholdConfiguration
contain thresholds
that you specify for a metric. Each threshold specification corresponds to an
slmetric.config.Threshold
object. An
slmetric.config.ThresholdConfiguration
object can hold multiple
slmetric.config.Threshold
objects.
Construction
For an slmetric.config.Configuration
object, use the
getThresholdConfigurations
method to access an
slmetric.config.ThresholdConfiguration
object.
Methods
addThreshold | (To be removed) Create slmetric.config.Threshold
object |
getThresholds | (To be removed) Obtain properties of threshold objects |
removeThreshold | (To be removed) Remove threshold object from threshold configuration object |