Class AgendaGroupQueueImpl

  • All Implemented Interfaces:
    InternalAgendaGroup, InternalRuleFlowGroup, RuleFlowGroup, org.kie.api.runtime.rule.AgendaGroup, org.kie.api.runtime.rule.RuleFlowGroup

    public class AgendaGroupQueueImpl
    extends java.lang.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:
    PriorityQueue