easy-rules
easy-rules copied to clipboard
The simple, stupid rules engine for Java
reference FAQ#2: [I would like to return a value upon a rule execution, how to do that?](https://github.com/j-easy/easy-rules/wiki/faqs#2-i-would-like-to-return-a-value-upon-a-rule-execution-how-to-do-that). The java MyRule Class(in the following) introduce **executed and result variable.** And After...
Can I use regex in condition yml?
Hi Team, Is there any way to know which part has failed in the rule condition using easy-rules-engine? In the below rule condition, we need to know if "product.width >=...
Hi, We are trying to use the latest version of library **4.1.0** but we are facing a performance issue with the **DefaultRulesEngine#fire** method from version **4.0.0** I referred to the...
We are evaluating this library to be used in our project. However I see that this is in Java 8 and the support it will end in coming years. Is...
Hello, We are refactoring a legacy application to remove Drools, but we'd like to keep a rule engine because of business complexity. EasyRule seems to be a potential candidate, but...
We use The rule engine check method to get a map of Rules and their results. We're able to inject Facts trough a RuleListener calling the beforeEvaluate method. What we...
The current code prevents executing a rule if one of the facts listed in the parameters of the condition or the action is missing. It would be nice to be...
The current code prevents executing a rule if one of the facts listed in the parameters of the condition or the action is missing. It would be nice to be...
possible to use easy-rules to develop python interpreter on Android which can run python package on android too