A rule that defines the condition (raise or clear) to achieve to apply consequences when a threshold (AnomalyThresholdSet) is crossed or ceased to be crossed. It also defines the severity of the raise or clear of the threshold.<br/>
An operator that when applied on a value specifies whether a threshold is crossed or ceased to be crossed.<br/><br/>This operator is used to compare with the conformanceTargetLower.<br/>
An operator that when applied on a value specifies whether a threshold is crossed or ceased to be crossed.<br/><br/>This operator is used to compare with the conformanceTargetUpper.<br/>
conformanceTargetLower
Public
long
Notes:
A value used to determine if the threshold is crossed or ceases to be crossed. It represents the Lower limit. The value should be less than the conformanceTargetUpper. The conformance comparators should also be logically defined so as to not lead to a logically impossible condition.<br/>
conformanceTargetUpper
Public
long
Notes:
A value used to determine if the threshold is crossed or ceases to be crossed. It represents the Upper limit. The value should be greater than the conformanceTargetLower. The conformance comparators should also be logically defined so as to not lead to a logically impossible condition.<br/>
derivationAlgorithm
Public
String
Notes:
A step-by-step procedure used to calculate the value of the indicator measurement. <br/>
numberOfAllowedCrossing
Private
int
Notes:
The number of allowed crossing occurrences in reference to the tolerancePeriod without a consequence being initiated.<br/>
A threshold can be generated in different severity levels. A crossing for each level may require a different condition and possibly trigger a different consequence.<br/>