org.drools.common
Interface InternalAgendaGroup
- All Superinterfaces:
- org.drools.runtime.rule.AgendaGroup, Externalizable, Serializable
- All Known Implementing Classes:
- ArrayAgendaGroup, BinaryHeapQueueAgendaGroup
public interface InternalAgendaGroup
- extends AgendaGroup
Methods inherited from interface org.drools.runtime.rule.AgendaGroup |
getName, setFocus |
getNext
Activation getNext()
add
void add(Activation activation)
setActive
void setActive(boolean activate)
clear
void clear()
- Specified by:
clear
in interface org.drools.runtime.rule.AgendaGroup
getAndClear
Activation[] getAndClear()
remove
void remove(AgendaItem agendaItem)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.