public class PriorityQueueAgendaGroupFactory extends Object implements AgendaGroupFactory, Externalizable
| Constructor and Description |
|---|
PriorityQueueAgendaGroupFactory() |
| Modifier and Type | Method and Description |
|---|---|
InternalAgendaGroup |
createAgendaGroup(String name,
InternalKnowledgeBase kBase) |
static AgendaGroupFactory |
getInstance() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static AgendaGroupFactory getInstance()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic InternalAgendaGroup createAgendaGroup(String name, InternalKnowledgeBase kBase)
createAgendaGroup in interface AgendaGroupFactoryCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.