Uses of Interface
org.drools.core.common.RuleFlowGroup
Packages that use RuleFlowGroup
Package
Description
Events provide all sorts of call backs to monitor the engine as it is running.
-
Uses of RuleFlowGroup in org.drools.core.common
Subinterfaces of RuleFlowGroup in org.drools.core.commonClasses in org.drools.core.common that implement RuleFlowGroupModifier and TypeClassDescriptionclassAgendaGroupimplementation that uses aPriorityQueueto prioritise the evaluation of addedActivationQueues. -
Uses of RuleFlowGroup in org.drools.core.event
Methods in org.drools.core.event that return RuleFlowGroupMethods in org.drools.core.event with parameters of type RuleFlowGroupModifier and TypeMethodDescriptionvoidAgendaEventSupport.fireAfterRuleFlowGroupActivated(RuleFlowGroup ruleFlowGroup, ReteEvaluator reteEvaluator) voidAgendaEventSupport.fireAfterRuleFlowGroupDeactivated(RuleFlowGroup ruleFlowGroup, ReteEvaluator reteEvaluator) voidAgendaEventSupport.fireBeforeRuleFlowGroupActivated(RuleFlowGroup ruleFlowGroup, ReteEvaluator reteEvaluator) voidAgendaEventSupport.fireBeforeRuleFlowGroupDeactivated(RuleFlowGroup ruleFlowGroup, ReteEvaluator reteEvaluator) Constructors in org.drools.core.event with parameters of type RuleFlowGroupModifierConstructorDescriptionRuleFlowGroupActivatedEvent(RuleFlowGroup ruleFlowGroup) RuleFlowGroupDeactivatedEvent(RuleFlowGroup ruleFlowGroup) RuleFlowGroupEvent(RuleFlowGroup ruleFlowGroup)