Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.common.InternalRuleFlowGroup

Packages that use InternalRuleFlowGroup
org.drools.core.common   
 

Uses of InternalRuleFlowGroup in org.drools.core.common
 

Classes in org.drools.core.common that implement InternalRuleFlowGroup
 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 with parameters of type InternalRuleFlowGroup
 void DefaultAgenda.activateRuleFlowGroup(InternalRuleFlowGroup group, long processInstanceId, String nodeInstanceId)
           
 void DefaultAgenda.deactivateRuleFlowGroup(InternalRuleFlowGroup group)
           
 

Constructors in org.drools.core.common with parameters of type InternalRuleFlowGroup
AgendaGroupQueueImpl.DeactivateCallback(InternalRuleFlowGroup ruleFlowGroup)
           
RuleFlowGroupImpl.DeactivateCallback(InternalRuleFlowGroup ruleFlowGroup)
           
 


Drools :: Core 6.1.0.Beta1

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