Class DisplayThenSourceCondition
java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.DisplayThenSourceCondition
- All Implemented Interfaces:
- Condition<Path[]>,- Serializable
This condition is basically a standard path condition, but the value is an array of paths. If a Display path is
 set that value checked against the condition. If no display path is set, the source path is used. It is important
 that the 
Path array that is provided is in the correct order. The Display Path should be first followed by
 the source path.
 - 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- 
DisplayThenSourceCondition
 
- 
- 
Method Details