|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgendaGroup | |
|---|---|
| org.drools.core | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
| org.drools.core.common | |
| org.drools.core.event | Events provide all sorts of call backs to monitor the engine as it is running. |
| org.drools.core.marshalling.impl | |
| Uses of AgendaGroup in org.drools.core |
|---|
| Methods in org.drools.core that return AgendaGroup | |
|---|---|
AgendaGroup |
Agenda.getAgendaGroup(String name)
|
AgendaGroup[] |
Agenda.getAgendaGroups()
|
AgendaGroup[] |
Agenda.getStack()
|
| Methods in org.drools.core with parameters of type AgendaGroup | |
|---|---|
void |
Agenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
Clears all Activations from an Agenda Group. |
| Uses of AgendaGroup in org.drools.core.common |
|---|
| Subinterfaces of AgendaGroup in org.drools.core.common | |
|---|---|
interface |
InternalAgendaGroup
|
interface |
InternalRuleFlowGroup
|
| Classes in org.drools.core.common that implement AgendaGroup | |
|---|---|
class |
AgendaGroupQueueImpl
AgendaGroup implementation that uses a PriorityQueue to prioritise the evaluation of added
ActivationQueues. |
class |
RuleFlowGroupImpl
Implementation of a RuleFlowGroup that collects activations
of rules of this ruleflow-group. |
| Methods in org.drools.core.common that return AgendaGroup | |
|---|---|
AgendaGroup |
DefaultAgenda.getAgendaGroup(String name)
|
AgendaGroup |
InternalAgenda.getAgendaGroup(String name)
|
AgendaGroup |
DefaultAgenda.getAgendaGroup(String name,
InternalRuleBase ruleBase)
|
AgendaGroup[] |
DefaultAgenda.getAgendaGroups()
|
AgendaGroup |
DefaultAgenda.getCurrentAgendaGroup()
|
AgendaGroup |
DefaultAgenda.getFocus()
|
AgendaGroup |
DefaultAgenda.getNextFocus()
|
AgendaGroup[] |
DefaultAgenda.getStack()
|
| Methods in org.drools.core.common that return types with arguments of type AgendaGroup | |
|---|---|
LinkedList<AgendaGroup> |
DefaultAgenda.getStackList()
|
| Methods in org.drools.core.common with parameters of type AgendaGroup | |
|---|---|
void |
DefaultAgenda.addAgendaGroup(AgendaGroup agendaGroup)
|
void |
InternalAgenda.addAgendaGroup(AgendaGroup agendaGroup)
|
void |
DefaultAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup)
|
void |
DefaultAgenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
|
boolean |
DefaultAgenda.setFocus(AgendaGroup agendaGroup)
|
boolean |
InternalAgenda.setFocus(AgendaGroup agendaGroup)
|
| Uses of AgendaGroup in org.drools.core.event |
|---|
| Methods in org.drools.core.event that return AgendaGroup | |
|---|---|
AgendaGroup |
AgendaGroupEvent.getAgendaGroup()
|
| Methods in org.drools.core.event with parameters of type AgendaGroup | |
|---|---|
void |
AgendaEventSupport.fireAgendaGroupPopped(AgendaGroup agendaGroup,
InternalWorkingMemory workingMemory)
|
void |
AgendaEventSupport.fireAgendaGroupPushed(AgendaGroup agendaGroup,
InternalWorkingMemory workingMemory)
|
| Constructors in org.drools.core.event with parameters of type AgendaGroup | |
|---|---|
AgendaGroupEvent(AgendaGroup agendaGroup)
|
|
AgendaGroupPoppedEvent(AgendaGroup agendaGroup)
|
|
AgendaGroupPushedEvent(AgendaGroup agendaGroup)
|
|
| Uses of AgendaGroup in org.drools.core.marshalling.impl |
|---|
| Methods in org.drools.core.marshalling.impl with parameters of type AgendaGroup | |
|---|---|
int |
OutputMarshaller.AgendaGroupSorter.compare(AgendaGroup group1,
AgendaGroup group2)
|
|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||