Methods in org.drools.common with parameters of type RuleTerminalNode |
boolean |
ActivationsFilter.accept(Activation activation,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn)
Returns true if a new activation should be created for the given propagation
or false otherwise |
void |
DefaultAgenda.cancelActivation(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
Activation activation,
RuleTerminalNode rtn)
|
void |
InternalAgenda.cancelActivation(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
Activation activation,
RuleTerminalNode rtn)
|
boolean |
DefaultAgenda.createActivation(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn,
boolean reuseActivation)
|
boolean |
InternalAgenda.createActivation(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn,
boolean reuseActivation)
|
AgendaItem |
DefaultAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
AgendaItem |
InternalAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
ScheduledAgendaItem |
DefaultAgenda.createScheduledAgendaItem(LeftTuple tuple,
PropagationContext context,
RuleTerminalNode rtn)
|
ScheduledAgendaItem |
InternalAgenda.createScheduledAgendaItem(LeftTuple tuple,
PropagationContext context,
RuleTerminalNode rtn)
|