Uses of Interface
org.drools.runtime.rule.AgendaFilter

Packages that use AgendaFilter
org.drools.runtime.rule The rule runtime classes. 
 

Uses of AgendaFilter in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule with parameters of type AgendaFilter
 int StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter)
          Fire all Activations on the Agenda
 int StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter, int max)
          Fire all Activations on the Agenda
 void StatefulRuleSession.fireUntilHalt(AgendaFilter agendaFilter)
          Keeps firing activations until a halt is called.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.