Uses of Class
org.drools.reteoo.ReteooBuilder.IdGenerator

Packages that use ReteooBuilder.IdGenerator
org.drools.reteoo   
org.drools.reteoo.builder   
 

Uses of ReteooBuilder.IdGenerator in org.drools.reteoo
 

Methods in org.drools.reteoo that return ReteooBuilder.IdGenerator
 ReteooBuilder.IdGenerator ReteooBuilder.getIdGenerator()
           
 

Uses of ReteooBuilder.IdGenerator in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder with parameters of type ReteooBuilder.IdGenerator
 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.
 

Constructors in org.drools.reteoo.builder with parameters of type ReteooBuilder.IdGenerator
BuildContext(InternalRuleBase rulebase, ReteooBuilder.IdGenerator idGenerator)
           
 



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