public interface Condition
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.
|
boolean evaluate(DelegateExecution execution)
execution
- the execution which is used to evaluate the conditionboolean evaluate(VariableScope scope, DelegateExecution execution)
scope
- the variable scope which can differ of the executionexecution
- the execution which is used to evaluate the conditionboolean tryEvaluate(VariableScope scope, DelegateExecution execution)
scope
- the variable scope which can differ of the executionexecution
- the execution which is used to evaluate the conditionCopyright © 2022. All rights reserved.