Drools :: Core 6.2.0.Final

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

Packages that use AgendaGroup
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.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 DefaultAgenda.getAgendaGroup(String name)
           
 AgendaGroup InternalAgenda.getAgendaGroup(String name)
           
 AgendaGroup DefaultAgenda.getAgendaGroup(String name, InternalKnowledgeBase kBase)
           
 AgendaGroup InternalAgenda.getAgendaGroup(String name, InternalKnowledgeBase kBase)
           
 AgendaGroup[] DefaultAgenda.getAgendaGroups()
           
 AgendaGroup[] InternalAgenda.getAgendaGroups()
           
 AgendaGroup DefaultAgenda.getCurrentAgendaGroup()
           
 AgendaGroup DefaultAgenda.getFocus()
           
 AgendaGroup InternalAgenda.getFocus()
           
 AgendaGroup[] DefaultAgenda.getStack()
           
 AgendaGroup[] InternalAgenda.getStack()
           
 

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

Methods in org.drools.core.common with parameters of type AgendaGroup
 void DefaultAgenda.addAgendaGroup(AgendaGroup agendaGroup)
           
 void InternalAgenda.addAgendaGroup(AgendaGroup agendaGroup)
           
 void DefaultAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup)
           
 void InternalAgenda.addAgendaGroupOnStack(AgendaGroup agendaGroup)
           
 void DefaultAgenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
           
 void InternalAgenda.clearAndCancelAgendaGroup(AgendaGroup agendaGroup)
          Clears all Activations from an Agenda Group.
 boolean DefaultAgenda.setFocus(AgendaGroup agendaGroup)
           
 boolean InternalAgenda.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.2.0.Final

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