Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.spi.RuleFlowGroup

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. 
 

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 InternalAgenda.getRuleFlowGroup(String name)
           
 RuleFlowGroup DefaultAgenda.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)
           
 


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.