Class ValueQualityCondition
java.lang.Object
com.inductiveautomation.ignition.common.tags.query.conditions.ValueQualityCondition
- All Implemented Interfaces:
Condition<QualityCode>
,Serializable
A condition that dictates whether the target value should be a specific quality, or a more general quality condition,
like "good".
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
is
(QualityCode quality, boolean exact) Matches only the exact quality provided.boolean
passes
(QualityCode value) Returns whether the provided value passes the condition.
-
Constructor Details
-
ValueQualityCondition
public ValueQualityCondition()
-
-
Method Details
-
getConditions
-
is
Matches only the exact quality provided. -
passes
Description copied from interface:Condition
Returns whether the provided value passes the condition.- Specified by:
passes
in interfaceCondition<QualityCode>
-
equals
-
hashCode
public int hashCode()
-