Drools :: Core 6.1.0.Beta1

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

Packages that use AgendaGroup
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 AgendaGroup in org.drools.core
 

Methods in org.drools.core that return AgendaGroup
 AgendaGroup Agenda.getAgendaGroup(String name)
           
 AgendaGroup[] Agenda.getAgendaGroups()
           
 AgendaGroup[] Agenda.getStack()
           
 

Methods in org.drools.core with parameters of type AgendaGroup
 void Agenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
          Clears all Activations from an Agenda Group.
 

Uses of AgendaGroup in org.drools.core.common
 

Subinterfaces of AgendaGroup in org.drools.core.common
 interface InternalAgendaGroup
           
 interface InternalRuleFlowGroup
           
 

Classes in org.drools.core.common that implement AgendaGroup
 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 AgendaGroup
 AgendaGroup InternalAgenda.getAgendaGroup(String name)
           
 AgendaGroup DefaultAgenda.getAgendaGroup(String name)
           
 AgendaGroup InternalAgenda.getAgendaGroup(String name, InternalRuleBase ruleBase)
           
 AgendaGroup DefaultAgenda.getAgendaGroup(String name, InternalRuleBase ruleBase)
           
 AgendaGroup[] DefaultAgenda.getAgendaGroups()
           
 AgendaGroup DefaultAgenda.getCurrentAgendaGroup()
           
 AgendaGroup InternalAgenda.getFocus()
           
 AgendaGroup DefaultAgenda.getFocus()
           
 AgendaGroup[] DefaultAgenda.getStack()
           
 

Methods in org.drools.core.common that return types with arguments of type AgendaGroup
 LinkedList<AgendaGroup> InternalAgenda.getStackList()
           
 LinkedList<AgendaGroup> DefaultAgenda.getStackList()
           
 

Methods in org.drools.core.common with parameters of type AgendaGroup
 void InternalAgenda.addAgendaGroup(AgendaGroup agendaGroup)
           
 void DefaultAgenda.addAgendaGroup(AgendaGroup agendaGroup)
           
 void InternalAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup)
           
 void DefaultAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup)
           
 void DefaultAgenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
           
 boolean InternalAgenda.setFocus(AgendaGroup agendaGroup)
           
 boolean DefaultAgenda.setFocus(AgendaGroup agendaGroup)
           
 

Uses of AgendaGroup in org.drools.core.event
 

Methods in org.drools.core.event that return AgendaGroup
 AgendaGroup AgendaGroupEvent.getAgendaGroup()
           
 

Methods in org.drools.core.event with parameters of type AgendaGroup
 void AgendaEventSupport.fireAgendaGroupPopped(AgendaGroup agendaGroup, InternalWorkingMemory workingMemory)
           
 void AgendaEventSupport.fireAgendaGroupPushed(AgendaGroup agendaGroup, InternalWorkingMemory workingMemory)
           
 

Constructors in org.drools.core.event with parameters of type AgendaGroup
AgendaGroupEvent(AgendaGroup agendaGroup)
           
AgendaGroupPoppedEvent(AgendaGroup agendaGroup)
           
AgendaGroupPushedEvent(AgendaGroup agendaGroup)
           
 


Drools :: Core 6.1.0.Beta1

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