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