Package org.rossonet.ext.rules.jexl
Class JexlAction
- java.lang.Object
-
- org.rossonet.ext.rules.jexl.JexlAction
-
-
Constructor Summary
Constructors Constructor Description JexlAction(java.lang.String expression)JexlAction(java.lang.String expression, org.apache.commons.jexl3.JexlEngine jexl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Facts facts)Execute the action when the rule's condition evaluates to true.
-