Package org.rossonet.ext.rules.jexl
Class JexlCondition
- java.lang.Object
-
- org.rossonet.ext.rules.jexl.JexlCondition
-
-
Constructor Summary
Constructors Constructor Description JexlCondition(java.lang.String expression)JexlCondition(java.lang.String expression, org.apache.commons.jexl3.JexlEngine jexl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Facts facts)Evaluate the condition according to the known facts.
-