Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.event |
Events provide all sorts of call backs to monitor the engine as it is running.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalAgendaGroup |
interface |
InternalRuleFlowGroup |
Modifier and Type | Class and Description |
---|---|
class |
AgendaGroupQueueImpl
AgendaGroup implementation that uses a PriorityQueue to prioritise the evaluation of added
ActivationQueue s. |
class |
RuleFlowGroupImpl
Implementation of a
RuleFlowGroup that collects activations
of rules of this ruleflow-group. |
Modifier and Type | Method and Description |
---|---|
AgendaGroup |
InternalAgenda.getAgendaGroup(String name) |
AgendaGroup |
DefaultAgenda.getAgendaGroup(String name) |
AgendaGroup |
InternalAgenda.getAgendaGroup(String name,
InternalKnowledgeBase kBase) |
AgendaGroup |
DefaultAgenda.getAgendaGroup(String name,
InternalKnowledgeBase kBase) |
AgendaGroup[] |
InternalAgenda.getAgendaGroups() |
AgendaGroup[] |
DefaultAgenda.getAgendaGroups() |
AgendaGroup |
InternalAgenda.getFocus() |
AgendaGroup |
DefaultAgenda.getFocus() |
AgendaGroup[] |
InternalAgenda.getStack() |
AgendaGroup[] |
DefaultAgenda.getStack() |
Modifier and Type | Method and Description |
---|---|
LinkedList<AgendaGroup> |
InternalAgenda.getStackList() |
LinkedList<AgendaGroup> |
DefaultAgenda.getStackList() |
Modifier and Type | Method and Description |
---|---|
void |
InternalAgenda.addAgendaGroup(AgendaGroup agendaGroup) |
void |
DefaultAgenda.addAgendaGroup(AgendaGroup agendaGroup) |
void |
InternalAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup) |
void |
DefaultAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup) |
boolean |
InternalAgenda.setFocus(AgendaGroup agendaGroup) |
boolean |
DefaultAgenda.setFocus(AgendaGroup agendaGroup) |
Modifier and Type | Method and Description |
---|---|
AgendaGroup |
AgendaGroupEvent.getAgendaGroup() |
Modifier and Type | Method and Description |
---|---|
void |
AgendaEventSupport.fireAgendaGroupPopped(AgendaGroup agendaGroup,
InternalWorkingMemory workingMemory) |
void |
AgendaEventSupport.fireAgendaGroupPushed(AgendaGroup agendaGroup,
InternalWorkingMemory workingMemory) |
Constructor and Description |
---|
AgendaGroupEvent(AgendaGroup agendaGroup) |
AgendaGroupPoppedEvent(AgendaGroup agendaGroup) |
AgendaGroupPushedEvent(AgendaGroup agendaGroup) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.