| |
|
| java.lang.Object org.drools.common.ArrayAgendaGroup
ArrayAgendaGroup | public class ArrayAgendaGroup implements InternalAgendaGroup(Code) | | AgendaGroup implementation that uses a PriorityQueue to prioritise the evaluation of added
ActivationQueue s. The AgendaGroup also maintains a Map of ActivationQueues
for requested salience values.
See Also: PriorityQueue See Also: ActivationQueue author: Mark Proctor author: Bob McWhirter |
ArrayAgendaGroup | public ArrayAgendaGroup(String name, InternalRuleBase ruleBase)(Code) | | Construct an AgendaGroup with the given name.
Parameters: name - The name. |
clear | public void clear()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isActive | public boolean isActive()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Iterates a PriorityQueue removing empty entries until it finds a populated entry and return true,
otherwise it returns false;
Parameters: priorityQueue - |
setActive | public void setActive(boolean activate)(Code) | | |
|
|
|