Drools :: Core 6.2.0.Final

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(InternalKnowledgeBase kBase)
           
 InternalAgenda createAgenda(InternalKnowledgeBase kBase, 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(InternalKnowledgeBase kBase,
                                   boolean initMain)
Specified by:
createAgenda in interface AgendaFactory

createAgenda

public InternalAgenda createAgenda(InternalKnowledgeBase kBase)
Specified by:
createAgenda in interface AgendaFactory

Drools :: Core 6.2.0.Final

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