public class RetePriorityQueueAgendaGroupFactory extends Object implements org.drools.core.common.AgendaGroupFactory, Externalizable
Constructor and Description |
---|
RetePriorityQueueAgendaGroupFactory() |
Modifier and Type | Method and Description |
---|---|
org.drools.core.common.InternalAgendaGroup |
createAgendaGroup(String name,
org.drools.core.impl.InternalKnowledgeBase kBase) |
static org.drools.core.common.AgendaGroupFactory |
getInstance() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static org.drools.core.common.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 org.drools.core.common.InternalAgendaGroup createAgendaGroup(String name, org.drools.core.impl.InternalKnowledgeBase kBase)
createAgendaGroup
in interface org.drools.core.common.AgendaGroupFactory
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.