|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean evaluate(DelegateExecution execution)
execution
- the execution which is used to evaluate the condition
boolean evaluate(VariableScope scope, DelegateExecution execution)
scope
- the variable scope which can differ of the executionexecution
- the execution which is used to evaluate the condition
boolean tryEvaluate(VariableScope scope, DelegateExecution execution)
scope
- the variable scope which can differ of the executionexecution
- the execution which is used to evaluate the condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |