站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.spi.AgendaFilter (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


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.base   
org.drools.common   
org.drools.concurrent   
org.drools.reteoo   
 

Uses of AgendaFilter in org.drools
 

Methods in org.drools with parameters of type AgendaFilter
 Future StatefulSession.asyncFireAllRules(AgendaFilter agendaFilter)
           
 void WorkingMemory.fireAllRules(AgendaFilter agendaFilter)
          Fire all items on the agenda until empty, using the given AgendaFiler
 void StatelessSession.setAgendaFilter(AgendaFilter agendaFilter)
           
 

Uses of AgendaFilter in org.drools.base
 

Classes in org.drools.base that implement AgendaFilter
 class RuleNameEndsWithAgendaFilter
          Filters activations based on a specified rule name suffix.
 class RuleNameEqualsAgendaFilter
          Filters activations based on an exact match of a rule name.
 class RuleNameStartsWithAgendaFilter
          Filters activations based on a specified rule name prefix.
 

Uses of AgendaFilter in org.drools.common
 

Methods in org.drools.common with parameters of type AgendaFilter
 void AbstractWorkingMemory.fireAllRules(AgendaFilter agendaFilter)
           
 boolean InternalAgenda.fireNextItem(AgendaFilter filter)
           
 boolean DefaultAgenda.fireNextItem(AgendaFilter filter)
          Fire the next scheduled Agenda item.
 

Uses of AgendaFilter in org.drools.concurrent
 

Constructors in org.drools.concurrent with parameters of type AgendaFilter
FireAllRules(AgendaFilter agendaFilter)
           
 

Uses of AgendaFilter in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type AgendaFilter
 Future ReteooStatefulSession.asyncFireAllRules(AgendaFilter agendaFilter)
           
 void ReteooStatelessSession.setAgendaFilter(AgendaFilter agendaFilter)
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.