org.drools.common
Class DefaultAgendaFactory

java.lang.Object
  extended by org.drools.common.DefaultAgendaFactory
All Implemented Interfaces:
Serializable, AgendaFactory

public class DefaultAgendaFactory
extends Object
implements AgendaFactory, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultAgendaFactory()
           
 
Method Summary
 DefaultAgenda createAgenda(InternalRuleBase ruleBase)
           
 DefaultAgenda createAgenda(InternalRuleBase ruleBase, boolean initMain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAgendaFactory

public DefaultAgendaFactory()
Method Detail

createAgenda

public DefaultAgenda createAgenda(InternalRuleBase ruleBase,
                                  boolean initMain)
Specified by:
createAgenda in interface AgendaFactory

createAgenda

public DefaultAgenda createAgenda(InternalRuleBase ruleBase)
Specified by:
createAgenda in interface AgendaFactory


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.