| Package | Description |
|---|---|
| org.drools.core.common | |
| org.drools.core.phreak | |
| org.drools.core.reteoo |
| Modifier and Type | Method and Description |
|---|---|
RuleAgendaItem |
InternalAgenda.createRuleAgendaItem(int salience,
PathMemory rs,
TerminalNode rtn) |
RuleAgendaItem |
DefaultAgenda.createRuleAgendaItem(int salience,
PathMemory rs,
TerminalNode rtn) |
RuleAgendaItem |
AgendaItemImpl.getRuleAgendaItem() |
RuleAgendaItem |
AgendaItem.getRuleAgendaItem() |
RuleAgendaItem |
ScheduledAgendaItem.getRuleAgendaItem() |
RuleAgendaItem |
InternalAgenda.peekNextRule() |
RuleAgendaItem |
DefaultAgenda.peekNextRule() |
| Modifier and Type | Method and Description |
|---|---|
RuleAgendaItem |
RuleAgendaItem.getNext() |
RuleAgendaItem |
RuleAgendaItem.getPrevious() |
RuleAgendaItem |
RuleExecutor.getRuleAgendaItem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PhreakRuleTerminalNode.doLeftTupleInsert(TerminalNode rtnNode,
RuleExecutor executor,
InternalAgenda agenda,
RuleAgendaItem ruleAgendaItem,
int salienceInt,
Salience salience,
LeftTuple leftTuple,
InternalWorkingMemory wm) |
void |
RuleAgendaItem.setNext(RuleAgendaItem next) |
void |
RuleAgendaItem.setPrevious(RuleAgendaItem previous) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleAgendaItem.isInList(LinkedList<RuleAgendaItem> list) |
| Constructor and Description |
|---|
RuleExecutor(PathMemory pmem,
RuleAgendaItem ruleAgendaItem,
boolean declarativeAgendaEnabled) |
| Modifier and Type | Method and Description |
|---|---|
RuleAgendaItem |
PathMemory.getOrCreateRuleAgendaItem(InternalWorkingMemory wm) |
RuleAgendaItem |
PathMemory.getRuleAgendaItem() |
RuleAgendaItem |
RuleTerminalNodeLeftTuple.getRuleAgendaItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleTerminalNodeLeftTuple.init(long activationNumber,
int salience,
PropagationContext pctx,
RuleAgendaItem ruleAgendaItem,
InternalAgendaGroup agendaGroup) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.