KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.runtime.rule.AgendaFilter

Packages that use AgendaFilter
org.kie.api.runtime.rule The rule runtime classes. 
 

Uses of AgendaFilter in org.kie.api.runtime.rule
 

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


KIE API 6.1.0.Beta2

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