Class AgendaGroupQueueImpl

java.lang.Object
org.drools.core.common.AgendaGroupQueueImpl
All Implemented Interfaces:
InternalAgendaGroup, InternalRuleFlowGroup, RuleFlowGroup, AgendaGroup, RuleFlowGroup

public class AgendaGroupQueueImpl extends Object implements InternalAgendaGroup, InternalRuleFlowGroup
AgendaGroup implementation that uses a PriorityQueue to prioritise the evaluation of added ActivationQueues. The AgendaGroup also maintains a Map of ActivationQueues for requested salience values.
See Also: