Class NotConditionExpressionExecutor
- java.lang.Object
-
- io.siddhi.core.executor.condition.ConditionExpressionExecutor
-
- io.siddhi.core.executor.condition.NotConditionExpressionExecutor
-
- All Implemented Interfaces:
ExpressionExecutor,Serializable
public class NotConditionExpressionExecutor extends ConditionExpressionExecutor
Executor class for Not condition. Condition evaluation logic is implemented within executor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConditionExpressionExecutor(ExpressionExecutor conditionExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanexecute(ComplexEvent event)-
Methods inherited from class io.siddhi.core.executor.condition.ConditionExpressionExecutor
getReturnType
-
-
-
-
Constructor Detail
-
NotConditionExpressionExecutor
public NotConditionExpressionExecutor(ExpressionExecutor conditionExecutor)
-
-
Method Detail
-
execute
public Boolean execute(ComplexEvent event)
- Specified by:
executein interfaceExpressionExecutor- Specified by:
executein classConditionExpressionExecutor
-
-