java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.BooleanCondition
 
- 
Constructor SummaryConstructors 
- 
Method Summary
boolean
 
Returns whether the provided value passes the condition. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
BooleanConditionpublic BooleanCondition(boolean expected) 
 
- 
Method Details
- 
passespublic boolean passes(Boolean value) Returns whether the provided value passes the condition. 
- Specified by:
- passesin interface- Condition<Boolean>