<div>    Wolfgang,</div><div><br></div><div>    Not sure I understand what you mean, but Drools supports dynamic salience:</div><div><br></div><div>rule &quot;fire in rank order 1,2,...&quot;</div><div>      salience( -$rank )<br>
when<br>      Element( $rank : rank,... )<br></div><div>      ...</div><div>then</div><div>     ...</div><div>end</div><div><br></div><div>    Edson</div><div><br><br><div class="gmail_quote">2010/8/26 Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com">wolfgang.laun@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Just FYI, but who knows ;-)<br>
<br>
Our proprietary vintage RBS has a feature is (admittedly) rarely used<br>
but could come in handy, every now and then.<br>
<br>
Given this class<br>
<br>
   class Element {<br>
       int rank; // rank &gt; 0<br>
   }<br>
<br>
and to fire a rule in ascending rank order, you can write (using<br>
modified Drools syntax)<br>
<br>
rule &quot;fire in rank order 1,2,...&quot;<br>
when<br>
       Element( $rank : rank,... )<br>
       // ...<br>
salience -$rank    ### &lt;=<br>
then<br>
      // ...<br>
end<br>
<br>
The dynamically set salience does all the work. (Of course, you can<br>
achieve the same order<br>
in Drools easily enough.)<br>
<br>
This is possible since salience is a value that must be carried over<br>
into the activation.<br>
There is at least one other rule attribute that shares this property,<br>
but I&#39;m not sure<br>
whether anything useful can be done with dynamic agenda groups.<br>
<br>
Cheers<br>
-W<br>
_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>  Edson Tirelli<br>  JBoss Drools Core Development<br>  JBoss by Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a><br>
</div>