Interface Condition<T>
- Type Parameters:
T
- The type of value that this condition operates on.
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Filter<T>
- All Known Implementing Classes:
AbstractFilter
,AlarmCondition
,BasicPropertyCondition
,EventScriptCondition
,PathCondition
,PropertySetFilter
,TagPermissionCondition
,TagSearchFilter
A condition returns true/false for whether a value passes.
-
Method Summary
-
Method Details
-
passes
Returns whether the provided value passes the condition.
-