|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgendaFilter | |
---|---|
org.drools | The main run-time API. |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.spi | Semantic Provider Interface for extending rule semantics. |
Uses of AgendaFilter in org.drools |
---|
Methods in org.drools with parameters of type AgendaFilter | |
---|---|
void |
MockWorkingMemory.fireAllRules(AgendaFilter agendaFilter)
|
void |
WorkingMemory.fireAllRules(AgendaFilter agendaFilter)
Fire all items on the agenda until empty, using the given AgendaFiler |
Uses of AgendaFilter in org.drools.reteoo |
---|
Methods in org.drools.reteoo with parameters of type AgendaFilter | |
---|---|
void |
WorkingMemoryImpl.fireAllRules(AgendaFilter agendaFilter)
|
void |
Agenda.fireNextItem(AgendaFilter filter)
Fire the next scheduled Agenda item. |
Uses of AgendaFilter in org.drools.spi |
---|
Classes in org.drools.spi 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |