org.drools.common
Interface InternalAgendaGroup

All Superinterfaces:
AgendaGroup, java.io.Serializable
All Known Implementing Classes:
ArrayAgendaGroup, BinaryHeapQueueAgendaGroup

public interface InternalAgendaGroup
extends AgendaGroup


Field Summary
 
Fields inherited from interface org.drools.spi.AgendaGroup
MAIN
 
Method Summary
 void add(Activation activation)
           
 void clear()
           
 Activation getNext()
           
 Activation[] getQueue()
           
 void setActive(boolean activate)
           
 
Methods inherited from interface org.drools.spi.AgendaGroup
getActivations, getName, isActive, isEmpty, size
 

Method Detail

getNext

Activation getNext()

add

void add(Activation activation)

setActive

void setActive(boolean activate)

getQueue

Activation[] getQueue()

clear

void clear()