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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public InternalAgendaGroup createAgendaGroup(String name, InternalKnowledgeBase kBase)
createAgendaGroup
in interface AgendaGroupFactory
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.