Drools :: Core 6.0.0.Beta5

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

Packages that use ActivationGroup
org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory  
org.drools.core.common   
 

Uses of ActivationGroup in org.drools.core
 

Methods in org.drools.core that return ActivationGroup
 ActivationGroup Agenda.getActivationGroup(String name)
           
 

Methods in org.drools.core with parameters of type ActivationGroup
 void Agenda.clearAndCancelActivationGroup(ActivationGroup activationGroup)
          Clears all Activations from an Activation Group.
 

Uses of ActivationGroup in org.drools.core.common
 

Methods in org.drools.core.common that return ActivationGroup
 ActivationGroup ActivationGroupNode.getActivationGroup()
           
 ActivationGroup DefaultAgenda.getActivationGroup(String name)
           
 ActivationGroup InternalAgenda.getActivationGroup(String name)
           
 ActivationGroup DefaultAgenda.getStageActivationsGroup()
           
 

Methods in org.drools.core.common that return types with arguments of type ActivationGroup
 Map<String,ActivationGroup> DefaultAgenda.getActivationGroupsMap()
           
 

Methods in org.drools.core.common with parameters of type ActivationGroup
 void DefaultAgenda.clearAndCancelActivationGroup(ActivationGroup activationGroup)
           
 

Constructors in org.drools.core.common with parameters of type ActivationGroup
ActivationGroupNode(Activation activation, ActivationGroup activationGroup)
           
 


Drools :: Core 6.0.0.Beta5

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