Package org.drools.core.common
Class PriorityQueueAgendaGroupFactory
- java.lang.Object
-
- org.drools.core.common.PriorityQueueAgendaGroupFactory
-
- All Implemented Interfaces:
Externalizable,Serializable,AgendaGroupFactory
public class PriorityQueueAgendaGroupFactory extends Object implements AgendaGroupFactory, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PriorityQueueAgendaGroupFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalAgendaGroupcreateAgendaGroup(String name, InternalKnowledgeBase kBase)static AgendaGroupFactorygetInstance()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
getInstance
public static AgendaGroupFactory getInstance()
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
createAgendaGroup
public InternalAgendaGroup createAgendaGroup(String name, InternalKnowledgeBase kBase)
- Specified by:
createAgendaGroupin interfaceAgendaGroupFactory
-
-