1: package org.drools.common; 2: 3: import org.drools.spi.AgendaGroup; 4: 5: public interface AgendaGroupFactory { 6: AgendaGroup createAgendaGroup(String name, InternalRuleBase ruleBase); 7: }