Drools :: Core 6.1.0.Beta1

org.drools.core.common
Class DefaultAgendaFactory

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

public class DefaultAgendaFactory
extends Object
implements AgendaFactory, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultAgendaFactory()
           
 
Method Summary
 InternalAgenda createAgenda(InternalRuleBase ruleBase)
           
 InternalAgenda 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 InternalAgenda createAgenda(InternalRuleBase ruleBase,
                                   boolean initMain)
Specified by:
createAgenda in interface AgendaFactory

createAgenda

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

Drools :: Core 6.1.0.Beta1

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