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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the condition against which incoming paths will be evaluated.booleanReturns whether the provided value passes the condition.toString()
- 
Constructor Details- 
SourceOrDisplayCondition
 
- 
- 
Method Details