Uses of Interface
org.drools.core.spi.AgendaGroup
-
Packages that use AgendaGroup Package Description 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 Modifier and Type Interface Description interfaceInternalAgendaGroupinterfaceInternalRuleFlowGroupClasses in org.drools.core.common that implement AgendaGroup Modifier and Type Class Description classAgendaGroupQueueImplAgendaGroupimplementation that uses aPriorityQueueto prioritise the evaluation of addedActivationQueues.classRuleFlowGroupImplImplementation of aRuleFlowGroupthat collects activations of rules of this ruleflow-group.Methods in org.drools.core.common that return AgendaGroup Modifier and Type Method Description AgendaGroupCompositeDefaultAgenda. getAgendaGroup(String name)AgendaGroupCompositeDefaultAgenda. getAgendaGroup(String name, InternalKnowledgeBase kBase)AgendaGroupDefaultAgenda. getAgendaGroup(String name)AgendaGroupDefaultAgenda. getAgendaGroup(String name, InternalKnowledgeBase kBase)AgendaGroupInternalAgenda. getAgendaGroup(String name)AgendaGroupInternalAgenda. getAgendaGroup(String name, InternalKnowledgeBase kBase)AgendaGroup[]AgendaGroupsManager. getAgendaGroups()AgendaGroup[]AgendaGroupsManager.SimpleAgendaGroupsManager. getAgendaGroups()AgendaGroup[]AgendaGroupsManager.StackedAgendaGroupsManager. getAgendaGroups()AgendaGroup[]CompositeDefaultAgenda. getAgendaGroups()AgendaGroup[]DefaultAgenda. getAgendaGroups()AgendaGroup[]InternalAgenda. getAgendaGroups()Methods in org.drools.core.common with parameters of type AgendaGroup Modifier and Type Method Description voidCompositeDefaultAgenda. addAgendaGroupOnStack(AgendaGroup agendaGroup)voidDefaultAgenda. addAgendaGroupOnStack(AgendaGroup agendaGroup)voidInternalAgenda. addAgendaGroupOnStack(AgendaGroup agendaGroup)booleanCompositeDefaultAgenda. setFocus(AgendaGroup agendaGroup)booleanDefaultAgenda. setFocus(AgendaGroup agendaGroup)booleanInternalAgenda. setFocus(AgendaGroup agendaGroup) -
Uses of AgendaGroup in org.drools.core.event
Methods in org.drools.core.event that return AgendaGroup Modifier and Type Method Description AgendaGroupAgendaGroupEvent. getAgendaGroup()Methods in org.drools.core.event with parameters of type AgendaGroup Modifier and Type Method Description voidAgendaEventSupport. fireAgendaGroupPopped(AgendaGroup agendaGroup, InternalWorkingMemory workingMemory)voidAgendaEventSupport. fireAgendaGroupPushed(AgendaGroup agendaGroup, InternalWorkingMemory workingMemory)Constructors in org.drools.core.event with parameters of type AgendaGroup Constructor Description AgendaGroupEvent(AgendaGroup agendaGroup)AgendaGroupPoppedEvent(AgendaGroup agendaGroup)AgendaGroupPushedEvent(AgendaGroup agendaGroup)
-