j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.86k stars 1.05k forks source link

Question:RulesGroup & RulesListener #375

Open xiaotu11 opened 2 years ago

xiaotu11 commented 2 years ago

1.Please help me to define the following rules with nested conditions: if(true){
if(true){ if(true){ }else if(true){ }
} }else{ } 2.The listener I defined doesn't work,the version number I introduced is 3.3 0