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 |
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 |
---|---|
RuleFlowGroup |
DefaultAgenda.getRuleFlowGroup(String name) |
RuleFlowGroup |
InternalAgenda.getRuleFlowGroup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAgenda.clearAndCancelAndCancel(RuleFlowGroup ruleFlowGroup) |
void |
InternalAgenda.clearAndCancelAndCancel(RuleFlowGroup ruleFlowGroup) |
Modifier and Type | Method and Description |
---|---|
RuleFlowGroup |
RuleFlowGroupEvent.getRuleFlowGroup() |
Modifier and Type | Method and Description |
---|---|
void |
AgendaEventSupport.fireAfterRuleFlowGroupActivated(RuleFlowGroup ruleFlowGroup,
InternalWorkingMemory workingMemory) |
void |
AgendaEventSupport.fireAfterRuleFlowGroupDeactivated(RuleFlowGroup ruleFlowGroup,
InternalWorkingMemory workingMemory) |
void |
AgendaEventSupport.fireBeforeRuleFlowGroupActivated(RuleFlowGroup ruleFlowGroup,
InternalWorkingMemory workingMemory) |
void |
AgendaEventSupport.fireBeforeRuleFlowGroupDeactivated(RuleFlowGroup ruleFlowGroup,
InternalWorkingMemory workingMemory) |
Constructor and Description |
---|
RuleFlowGroupActivatedEvent(RuleFlowGroup ruleFlowGroup) |
RuleFlowGroupDeactivatedEvent(RuleFlowGroup ruleFlowGroup) |
RuleFlowGroupEvent(RuleFlowGroup ruleFlowGroup) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.