The Expert User Guide, section 2.5.7.3., Agenda Filters, is probably
what you are remembering. Also, see the javadoc on
org.drools.runtime.rule, interface StatefulRuleSession, method void
fireUntilHalt(AgendaFilter agendaFilter) etc.
-W
On 6/25/09, Chris Richmond <crichmond(a)referentia.com> wrote:
Hello,
I thought I had encountered a sample of performing a:
session.fireAllRules();
except on explicit rules or at least on a specific agenda group.but I cannot
seem to locate that in the API for sessions..did I miss something or did I
imagine something before?
Thanks,
Chris