The validity of an alarm or monitor point value is a measure of how much the value reflects actual situation of a monitored system.
Basically, if the value is produced propagated in time then it is reliable otherwise is unreliable.
An invalid value or alarm is displaied with a proper color coding (or other visualization strategy) to let the operator aware that the information provided by the IAS might not reflect the actual situation.
The Validity is immutable
Value parameters
- validity
-
the validity
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Compare 2 validities by delegating to their reliabilityFactor
Compare 2 validities by delegating to their reliabilityFactor
Attributes
Compare this object with that one by delegating to the iasValidity
Compare this object with that one by delegating to the iasValidity
Attributes
- Returns
-
true if the receiver object is equivalent to the argument; false otherwise.
- Definition Classes
-
Any
Return the hash code of this object by delegating to iasValue
Return the hash code of this object by delegating to iasValue
Attributes
- Returns
-
the hash code
- Definition Classes
-
Any
Check if the validity is "valid"
Check if the validity is "valid"
Attributes
- Returns
-
True if the passed validity is Reliable; False otherwise
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Returns true if this is less than that
Returns true if this is less than that
Attributes
- Inherited from:
- Ordered
Returns true if this is less than or equal to that.
Returns true if this is less than or equal to that.
Attributes
- Inherited from:
- Ordered
Returns true if this is greater than that.
Returns true if this is greater than that.
Attributes
- Inherited from:
- Ordered
Returns true if this is greater than or equal to that.
Returns true if this is greater than or equal to that.
Attributes
- Inherited from:
- Ordered