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