61626364656667
} public BinaryHeapQueueAgendaGroup(final String name, final InternalRuleBase ruleBase) { this.name = name; this.queue = new BinaryHeapQueue( ruleBase.getConfiguration().getConflictResolver() ); }
56575859606162
*/ public BinaryHeapQueueAgendaGroup(final String name, final InternalRuleBase ruleBase) { this.name = name; this.queue = new BinaryHeapQueue( ruleBase.getConfiguration().getConflictResolver() ); }