public class AndConditionExpressionExecutor extends ConditionExpressionExecutor
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionExecutor |
leftConditionExecutor |
protected ExpressionExecutor |
rightConditionExecutor |
| Constructor and Description |
|---|
AndConditionExpressionExecutor(ExpressionExecutor leftConditionExecutor,
ExpressionExecutor rightConditionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ExpressionExecutor |
cloneExecutor(String key) |
Boolean |
execute(ComplexEvent event) |
getReturnTypeprotected ExpressionExecutor leftConditionExecutor
protected ExpressionExecutor rightConditionExecutor
public AndConditionExpressionExecutor(ExpressionExecutor leftConditionExecutor, ExpressionExecutor rightConditionExecutor)
public Boolean execute(ComplexEvent event)
execute in interface ExpressionExecutorexecute in class ConditionExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
public void clean()
Copyright © 2019 WSO2. All rights reserved.