Uses of Interface
org.drools.core.common.InternalAgendaGroup
Packages that use InternalAgendaGroup
Package
Description
Events provide all sorts of call backs to monitor the engine as it is running.
-
Uses of InternalAgendaGroup in org.drools.core.common
Subinterfaces of InternalAgendaGroup in org.drools.core.commonClasses in org.drools.core.common that implement InternalAgendaGroupModifier and TypeClassDescriptionclassAgendaGroupimplementation that uses aPriorityQueueto prioritise the evaluation of addedActivationQueues.Methods in org.drools.core.common that return InternalAgendaGroupModifier and TypeMethodDescriptionAgendaGroupFactory.createAgendaGroup(String name, InternalRuleBase kBase) PriorityQueueAgendaGroupFactory.createAgendaGroup(String name, InternalRuleBase kBase) AgendaGroupsManager.getAgendaGroup(String name) AgendaGroupsManager.getAgendaGroup(String name, InternalRuleBase kBase) AgendaGroupsManager.SimpleAgendaGroupsManager.getAgendaGroup(String name) AgendaGroupsManager.SimpleAgendaGroupsManager.getAgendaGroup(String name, InternalRuleBase kBase) AgendaGroupsManager.StackedAgendaGroupsManager.getAgendaGroup(String name) AgendaGroupsManager.StackedAgendaGroupsManager.getAgendaGroup(String name, InternalRuleBase kBase) AgendaGroupsManager.getAgendaGroups()AgendaGroupsManager.SimpleAgendaGroupsManager.getAgendaGroups()AgendaGroupsManager.StackedAgendaGroupsManager.getAgendaGroups()AgendaGroupsManager.getMainAgendaGroup()AgendaGroupsManager.SimpleAgendaGroupsManager.getMainAgendaGroup()AgendaGroupsManager.StackedAgendaGroupsManager.getMainAgendaGroup()AgendaGroupsManager.getNextFocus()AgendaGroupsManager.SimpleAgendaGroupsManager.getNextFocus()AgendaGroupsManager.StackedAgendaGroupsManager.getNextFocus()Methods in org.drools.core.common that return types with arguments of type InternalAgendaGroupModifier and TypeMethodDescriptionAgendaGroupsManager.getAgendaGroupsMap()AgendaGroupsManager.SimpleAgendaGroupsManager.getAgendaGroupsMap()AgendaGroupsManager.StackedAgendaGroupsManager.getAgendaGroupsMap()Methods in org.drools.core.common with parameters of type InternalAgendaGroupModifier and TypeMethodDescriptionvoidAgendaGroupsManager.addAgendaGroupOnStack(InternalAgendaGroup agendaGroup) voidAgendaGroupsManager.SimpleAgendaGroupsManager.addAgendaGroupOnStack(InternalAgendaGroup agendaGroup) voidAgendaGroupsManager.StackedAgendaGroupsManager.addAgendaGroupOnStack(InternalAgendaGroup agendaGroup) ActivationsManager.createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup) voidAgendaGroupsManager.putOnAgendaGroupsMap(String name, InternalAgendaGroup group) voidAgendaGroupsManager.SimpleAgendaGroupsManager.putOnAgendaGroupsMap(String name, InternalAgendaGroup group) voidAgendaGroupsManager.StackedAgendaGroupsManager.putOnAgendaGroupsMap(String name, InternalAgendaGroup group) booleanAgendaGroupsManager.removeGroup(InternalAgendaGroup group) booleanAgendaGroupsManager.SimpleAgendaGroupsManager.removeGroup(InternalAgendaGroup group) booleanAgendaGroupsManager.StackedAgendaGroupsManager.removeGroup(InternalAgendaGroup group) booleanAgendaGroupsManager.setFocus(InternalAgendaGroup agendaGroup) booleanAgendaGroupsManager.SimpleAgendaGroupsManager.setFocus(InternalAgendaGroup agendaGroup) booleanAgendaGroupsManager.StackedAgendaGroupsManager.setFocus(InternalAgendaGroup agendaGroup) -
Uses of InternalAgendaGroup in org.drools.core.concurrent
Methods in org.drools.core.concurrent with parameters of type InternalAgendaGroupModifier and TypeMethodDescriptionfinal intAbstractGroupEvaluator.evaluateAndFire(InternalAgendaGroup group, AgendaFilter filter, int fireCount, int fireLimit) intGroupEvaluator.evaluateAndFire(InternalAgendaGroup group, AgendaFilter filter, int fireCount, int fireLimit) protected voidAbstractGroupEvaluator.startEvaluation(InternalAgendaGroup group) protected voidParallelGroupEvaluator.startEvaluation(InternalAgendaGroup group) -
Uses of InternalAgendaGroup in org.drools.core.event
Methods in org.drools.core.event that return InternalAgendaGroupMethods in org.drools.core.event with parameters of type InternalAgendaGroupModifier and TypeMethodDescriptionvoidAgendaEventSupport.fireAgendaGroupPopped(InternalAgendaGroup agendaGroup, ReteEvaluator reteEvaluator) voidAgendaEventSupport.fireAgendaGroupPushed(InternalAgendaGroup agendaGroup, ReteEvaluator reteEvaluator) Constructors in org.drools.core.event with parameters of type InternalAgendaGroupModifierConstructorDescriptionAgendaGroupEvent(InternalAgendaGroup agendaGroup) AgendaGroupPoppedEvent(InternalAgendaGroup agendaGroup) AgendaGroupPushedEvent(InternalAgendaGroup agendaGroup) -
Uses of InternalAgendaGroup in org.drools.core.impl
Methods in org.drools.core.impl with parameters of type InternalAgendaGroupModifier and TypeMethodDescriptionActivationsManagerImpl.createAgendaItem(RuleTerminalNodeLeftTuple rtnLeftTuple, int salience, PropagationContext context, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup) -
Uses of InternalAgendaGroup in org.drools.core.phreak
Methods in org.drools.core.phreak that return InternalAgendaGroupConstructors in org.drools.core.phreak with parameters of type InternalAgendaGroupModifierConstructorDescriptionRuleAgendaItem(int salience, PathMemory pmem, TerminalNode rtn, boolean declarativeAgendaEnabled, InternalAgendaGroup agendaGroup) -
Uses of InternalAgendaGroup in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return InternalAgendaGroupMethods in org.drools.core.reteoo with parameters of type InternalAgendaGroupModifier and TypeMethodDescriptionAgendaComponentFactory.AgendaComponentFactoryImpl.createAgendaItem(int salience, PathMemory pmem, TerminalNode rtn, boolean declarativeAgendaEnabled, InternalAgendaGroup agendaGroup) AgendaComponentFactory.createAgendaItem(int salience, PathMemory pmem, TerminalNode rtn, boolean declarativeAgendaEnabled, InternalAgendaGroup agendaGroup) voidRuleTerminalNodeLeftTuple.init(long activationNumber, int salience, PropagationContext pctx, RuleAgendaItem ruleAgendaItem, InternalAgendaGroup agendaGroup) -
Uses of InternalAgendaGroup in org.drools.core.rule.consequence
Methods in org.drools.core.rule.consequence that return InternalAgendaGroup