<div>Hi,</div>
<div> </div>
<div>Any help to the problem below is much appreciated : )</div>
<div> </div>
<div>Here is the problem:</div>
<div> </div>
<div>I have a set of rules. Intially these rules are evaluated individually. However, now there is a need to fire these rules in groups which is similar to a logic gate AND or OR. And, the results of this "groups of rules" are collected and returned to the user/</div>
<div> </div>
<div>For example:</div>
<div> </div>
<div>There are 4 rules:</div>
<div>Rule 1</div>
<div>Rule 2</div>
<div>Rule 3</div>
<div>Rule 4</div>
<div> </div>
<div>Now, need to evaluate (Rule 1 AND Rule 2 AND Rule 3) OR Rule 4 </div>
<div>And I need to know what are the results of Rule 1 to Rule 4 individually.</div>
<div> </div>
<div> </div>
<div>What is the best way to implement a AND or OR using Drools?</div>
<div> </div>
<div> </div>
<div>Best regards</div>
<div>Chong Minsk</div>