| Modifier and Type | Field and Description | 
|---|---|
| protected Expression | expression | 
| Constructor and Description | 
|---|
| UelExpressionCondition(Expression expression) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | evaluate(DelegateExecution execution)Evaluates the condition and returns the result. | 
| boolean | evaluate(VariableScope scope,
        DelegateExecution execution)Evaluates the condition and returns the result. | 
| boolean | tryEvaluate(VariableScope scope,
           DelegateExecution execution)Tries to evaluate the condition. | 
protected Expression expression
public UelExpressionCondition(Expression expression)
public boolean evaluate(DelegateExecution execution)
Conditionpublic boolean evaluate(VariableScope scope, DelegateExecution execution)
Conditionpublic boolean tryEvaluate(VariableScope scope, DelegateExecution execution)
ConditiontryEvaluate in interface Conditionscope - the variable scope which can differ of the executionexecution - the execution which is used to evaluate the conditionCopyright © 2018. All rights reserved.