Class SourceOrDisplayCondition
java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.SourceOrDisplayCondition
- All Implemented Interfaces:
Condition<Path[]>
,Serializable
This condition is basically a standard path condition, but the value is an array of paths. If any of the values in
the array pass the condition, the overall condition passes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the condition against which incoming paths will be evaluated.boolean
Returns whether the provided value passes the condition.toString()
-
Constructor Details
-
SourceOrDisplayCondition
-
-
Method Details