Package org.flowable.dmn.engine.impl.el
Class RuleExpressionCondition
java.lang.Object
org.flowable.dmn.engine.impl.el.RuleExpressionCondition
Resolves an boolean EL expression at runtime.
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
evaluate
(Map<String, Object> variables, ELExecutionContext executionContext)
-
Field Details
-
expression
-
-
Constructor Details
-
RuleExpressionCondition
-
-
Method Details
-
evaluate
-