org.drools.common
Class ArrayAgendaGroupFactory

java.lang.Object
  extended by org.drools.common.ArrayAgendaGroupFactory
All Implemented Interfaces:
AgendaGroupFactory

public class ArrayAgendaGroupFactory
extends Object
implements AgendaGroupFactory


Constructor Summary
ArrayAgendaGroupFactory()
           
 
Method Summary
 InternalAgendaGroup createAgendaGroup(String name, InternalRuleBase ruleBase)
           
static AgendaGroupFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayAgendaGroupFactory

public ArrayAgendaGroupFactory()
Method Detail

getInstance

public static AgendaGroupFactory getInstance()

createAgendaGroup

public InternalAgendaGroup createAgendaGroup(String name,
                                             InternalRuleBase ruleBase)
Specified by:
createAgendaGroup in interface AgendaGroupFactory


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.