|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgendaItem | |
|---|---|
| org.drools.common | |
| org.drools.marshalling.impl | |
| Uses of AgendaItem in org.drools.common |
|---|
| Subclasses of AgendaItem in org.drools.common | |
|---|---|
class |
ScheduledAgendaItem
|
| Methods in org.drools.common that return AgendaItem | |
|---|---|
AgendaItem |
InternalAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
AgendaItem |
DefaultAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
| Methods in org.drools.common with parameters of type AgendaItem | |
|---|---|
boolean |
InternalAgenda.addActivation(AgendaItem activation)
Adds the activation to the agenda. |
boolean |
DefaultAgenda.addActivation(AgendaItem activation)
|
void |
InternalAgenda.modifyActivation(AgendaItem activation,
boolean previouslyActive)
|
void |
DefaultAgenda.modifyActivation(AgendaItem activation,
boolean previouslyActive)
|
void |
InternalAgendaGroup.remove(AgendaItem agendaItem)
|
void |
BinaryHeapQueueAgendaGroup.remove(AgendaItem agendaItem)
|
void |
ArrayAgendaGroup.remove(AgendaItem agendaItem)
|
void |
InternalAgenda.removeActivation(AgendaItem activation)
|
void |
DefaultAgenda.removeActivation(AgendaItem activation)
|
| Uses of AgendaItem in org.drools.marshalling.impl |
|---|
| Methods in org.drools.marshalling.impl with parameters of type AgendaItem | |
|---|---|
static ProtobufMessages.Activation |
ProtobufOutputMarshaller.writeActivation(MarshallerWriteContext context,
AgendaItem agendaItem)
|
static void |
OutputMarshaller.writeActivation(MarshallerWriteContext context,
LeftTuple leftTuple,
AgendaItem agendaItem,
RuleTerminalNode ruleTerminalNode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||