Uses of Class
org.drools.reteoo.RuleTerminalNode

Packages that use RuleTerminalNode
org.drools.common   
org.drools.marshalling.impl   
org.drools.reteoo   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of RuleTerminalNode in org.drools.common
 

Methods in org.drools.common that return RuleTerminalNode
 RuleTerminalNode AgendaItem.getRuleTerminalNode()
           
 

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)
           
 

Constructors in org.drools.common with parameters of type RuleTerminalNode
AgendaItem(long activationNumber, LeftTuple tuple, int salience, PropagationContext context, RuleTerminalNode rtn)
          Construct.
ScheduledAgendaItem(long activationNumber, LeftTuple tuple, InternalAgenda agenda, PropagationContext context, RuleTerminalNode rtn)
           
 

Uses of RuleTerminalNode in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl with parameters of type RuleTerminalNode
 boolean ProtobufInputMarshaller.PBActivationsFilter.accept(Activation activation, PropagationContext context, InternalWorkingMemory workingMemory, RuleTerminalNode rtn)
           
static void OutputMarshaller.writeActivation(MarshallerWriteContext context, LeftTuple leftTuple, AgendaItem agendaItem, RuleTerminalNode ruleTerminalNode)
           
 

Uses of RuleTerminalNode in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type RuleTerminalNode
 void MemoryVisitor.visitRuleTerminalNode(RuleTerminalNode node)
           
 

Constructors in org.drools.reteoo with parameters of type RuleTerminalNode
RuleTerminalNode.RTNCleanupAdapter(RuleTerminalNode node)
           
 

Uses of RuleTerminalNode in org.drools.rule
 

Methods in org.drools.rule with parameters of type RuleTerminalNode
 boolean Rule.isEffective(Tuple tuple, RuleTerminalNode rtn, WorkingMemory workingMemory)
          This returns true is the rule is effective.
 boolean Rule.isEnabled(Tuple tuple, RuleTerminalNode rtn, WorkingMemory workingMemory)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.