|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleFlowGroup | |
|---|---|
| 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 RuleFlowGroup in org.drools.core |
|---|
| Methods in org.drools.core that return RuleFlowGroup | |
|---|---|
RuleFlowGroup |
Agenda.getRuleFlowGroup(String name)
|
| Methods in org.drools.core with parameters of type RuleFlowGroup | |
|---|---|
void |
Agenda.clearAndCancelAndCancel(RuleFlowGroup ruleFlowGroup)
|
| Uses of RuleFlowGroup in org.drools.core.common |
|---|
| Subinterfaces of RuleFlowGroup in org.drools.core.common | |
|---|---|
interface |
InternalRuleFlowGroup
|
| Classes in org.drools.core.common that implement RuleFlowGroup | |
|---|---|
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 RuleFlowGroup | |
|---|---|
RuleFlowGroup |
DefaultAgenda.getRuleFlowGroup(String name)
|
RuleFlowGroup |
InternalAgenda.getRuleFlowGroup(String name)
|
| Methods in org.drools.core.common with parameters of type RuleFlowGroup | |
|---|---|
void |
DefaultAgenda.clearAndCancelAndCancel(RuleFlowGroup ruleFlowGroup)
|
| Uses of RuleFlowGroup in org.drools.core.event |
|---|
| Methods in org.drools.core.event that return RuleFlowGroup | |
|---|---|
RuleFlowGroup |
RuleFlowGroupEvent.getRuleFlowGroup()
|
| Methods in org.drools.core.event with parameters of type RuleFlowGroup | |
|---|---|
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)
|
| Constructors in org.drools.core.event with parameters of type RuleFlowGroup | |
|---|---|
RuleFlowGroupActivatedEvent(RuleFlowGroup ruleFlowGroup)
|
|
RuleFlowGroupDeactivatedEvent(RuleFlowGroup ruleFlowGroup)
|
|
RuleFlowGroupEvent(RuleFlowGroup ruleFlowGroup)
|
|
| Uses of RuleFlowGroup in org.drools.core.marshalling.impl |
|---|
| Methods in org.drools.core.marshalling.impl with parameters of type RuleFlowGroup | |
|---|---|
int |
OutputMarshaller.RuleFlowGroupSorter.compare(RuleFlowGroup group1,
RuleFlowGroup group2)
|
|
Drools :: Core 6.0.0.Beta5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||