Package org.drools.core.common
Class DefaultAgendaFactory
- java.lang.Object
-
- org.drools.core.common.DefaultAgendaFactory
-
- All Implemented Interfaces:
Serializable,AgendaFactory
public class DefaultAgendaFactory extends Object implements AgendaFactory, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalAgendacreateAgenda(InternalKnowledgeBase kBase)InternalAgendacreateAgenda(InternalKnowledgeBase kBase, boolean initMain)static AgendaFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static AgendaFactory getInstance()
-
createAgenda
public InternalAgenda createAgenda(InternalKnowledgeBase kBase, boolean initMain)
- Specified by:
createAgendain interfaceAgendaFactory
-
createAgenda
public InternalAgenda createAgenda(InternalKnowledgeBase kBase)
- Specified by:
createAgendain interfaceAgendaFactory
-
-