If you include all that rules inside a knowledge session and then if you insert A, all the rules will be evaluated. <br>There is no need to create an agenda group for that, unless I'm missing something else that you don't mention :)<br>
Greetings.<br><br><div class="gmail_quote">On Fri, Mar 25, 2011 at 10:10 AM, Benson Fung <span dir="ltr"><<a href="mailto:benson.redhat@gmail.com">benson.redhat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Leonardo,<br>
<br>
Thanks for your patience. Let me try to describe what I want in details.<br>
<br>
e.g. There is a variable A with 3 rules in BRMS.<br>
<br>
The variable A is input by a user via an edit box at the frontend.<br>
Now there are 1000 rules in the BRMS rulebase. However, 3 out of 1000<br>
rules are related to this variable A, like<br>
<br>
rule 'check_a_empty'<br>
when (( A == null) || (A == "") )<br>
<br>
then return a message 'A cannot be empty'<br>
<br>
rule 'A_Range_0_100'<br>
when ((A < 0 ) || (A > 100) )<br>
<br>
then return a message 'A must be within the range between 0 and 100'<br>
<br>
rule 'check_A_Character'<br>
when ((A is not an integer))<br>
<br>
return a message 'A must be an integer'<br>
<br>
<br>
If I would like to execute the above 3 rules at the same time, how to<br>
write/develop the AgendaFilter class?<br>
<br>
Please advise<br>
<br>
<br>
Thank you very much<br>
Benson<br>
<br>
2011/3/25 Leonardo Gomes <<a href="mailto:leonardo.f.gomes@gmail.com">leonardo.f.gomes@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Hi Benson,<br>
><br>
> What exactly do you want to achieve? You want to execute rules in parallel?<br>
><br>
><br>
><br>
> On Fri, Mar 25, 2011 at 2:08 AM, Benson Fung <<a href="mailto:benson.redhat@gmail.com">benson.redhat@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I have setup about 10 rules in the rulebase. Can you tell me how I<br>
>> can execute more than one specific rule at the same time? Please help<br>
>><br>
>><br>
>> Thanks<br>
>> Benson<br>
>> _______________________________________________<br>
>> rules-users mailing list<br>
>> <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
>> <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
><br>
><br>
> _______________________________________________<br>
> rules-users mailing list<br>
> <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
><br>
><br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br> - CTO @ <a href="http://www.plugtree.com">http://www.plugtree.com</a> <br> - MyJourney @ <a href="http://salaboy.wordpress.com">http://salaboy.wordpress.com</a><br>
- Co-Founder @ <a href="http://www.jbug.com.ar">http://www.jbug.com.ar</a><br> <br> - Salatino "Salaboy" Mauricio -<br>