|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||