Drools :: Core 6.0.0.Alpha9

Uses of Interface
org.drools.spi.AgendaFilter

Packages that use AgendaFilter
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.impl   
org.drools.reteoo   
 

Uses of AgendaFilter in org.drools
 

Methods in org.drools with parameters of type AgendaFilter
 int WorkingMemory.fireAllRules(AgendaFilter agendaFilter)
          Fire all items on the agenda until empty, using the given AgendaFiler
 int WorkingMemory.fireAllRules(AgendaFilter agendaFilter, int fireLimit)
          Fire all items on the agenda using the given AgendaFiler until empty or at most 'fireLimit' rules have fired
 void StatefulSession.fireUntilHalt(AgendaFilter agendaFilter)
          Keeps firing activations until a halt is called.
 void StatelessSession.setAgendaFilter(AgendaFilter agendaFilter)
           
 

Uses of AgendaFilter in org.drools.common
 

Methods in org.drools.common with parameters of type AgendaFilter
 int AbstractWorkingMemory.fireAllRules(AgendaFilter agendaFilter)
           
 int InternalAgenda.fireAllRules(AgendaFilter agendaFilter, int fireLimit)
          Fires all activations currently in agenda that match the given agendaFilter until the fireLimit is reached or no more activations exist.
 int AbstractWorkingMemory.fireAllRules(AgendaFilter agendaFilter, int fireLimit)
           
 int DefaultAgenda.fireAllRules(AgendaFilter agendaFilter, int fireLimit)
           
 int InternalAgenda.fireNextItem(AgendaFilter filter)
           
 int DefaultAgenda.fireNextItem(AgendaFilter filter)
          Fire the next scheduled Agenda item, skipping items that are not allowed by the agenda filter.
 void InternalAgenda.fireUntilHalt(AgendaFilter agendaFilter)
          Keeps firing activations until a halt is called.
 void AbstractWorkingMemory.fireUntilHalt(AgendaFilter agendaFilter)
          Keeps firing activations until a halt is called.
 void DefaultAgenda.fireUntilHalt(AgendaFilter agendaFilter)
           
 

Uses of AgendaFilter in org.drools.impl
 

Classes in org.drools.impl that implement AgendaFilter
static class StatefulKnowledgeSessionImpl.AgendaFilterWrapper
           
 

Uses of AgendaFilter in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type AgendaFilter
 int DisposedReteooWorkingMemory.fireAllRules(AgendaFilter agendaFilter)
           
 int DisposedReteooWorkingMemory.fireAllRules(AgendaFilter agendaFilter, int fireLimit)
           
 void DisposedReteooWorkingMemory.fireUntilHalt(AgendaFilter agendaFilterWrapper)
           
 void ReteooWorkingMemoryInterface.fireUntilHalt(AgendaFilter agendaFilterWrapper)
           
 void ReteooStatelessSession.setAgendaFilter(AgendaFilter agendaFilter)
           
 


Drools :: Core 6.0.0.Alpha9

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