Uses of Interface
org.drools.reteoo.TerminalNode

Packages that use TerminalNode
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.reteoo   
org.drools.reteoo.builder   
 

Uses of TerminalNode in org.drools
 

Methods in org.drools that return TerminalNode
 TerminalNode ActivationListenerFactory.createActivationListener(int id, LeftTupleSource source, Rule rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
           
 TerminalNode RuleTerminalNodeActivationListenerFactory.createActivationListener(int id, LeftTupleSource source, Rule rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
           
 TerminalNode QueryTerminalNodeActivationListenerFactory.createActivationListener(int id, LeftTupleSource source, Rule rule, GroupElement subrule, int subruleIndex, BuildContext context, Object... args)
           
 

Uses of TerminalNode in org.drools.reteoo
 

Classes in org.drools.reteoo that implement TerminalNode
 class QueryTerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
 class RuleTerminalNode
          Leaf Rete-OO node responsible for enacting Action s on a matched Rule.
 

Uses of TerminalNode in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that return types with arguments of type TerminalNode
 List<TerminalNode> ReteooRuleBuilder.addRule(Rule rule, InternalRuleBase rulebase, ReteooBuilder.IdGenerator idGenerator)
          Creates the corresponting Rete network for the given Rule and adds it to the given rule base.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.