Uses of Class
org.drools.reteoo.ReteooComponentFactory

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

Uses of ReteooComponentFactory in org.drools
 

Methods in org.drools that return ReteooComponentFactory
 ReteooComponentFactory RuleBaseConfiguration.getComponentFactory()
           
 

Methods in org.drools with parameters of type ReteooComponentFactory
 void RuleBaseConfiguration.setComponentFactory(ReteooComponentFactory componentFactory)
           
 

Uses of ReteooComponentFactory in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that return ReteooComponentFactory
 ReteooComponentFactory BuildContext.getComponentFactory()
           
 

Methods in org.drools.reteoo.builder with parameters of type ReteooComponentFactory
 void BuildContext.setComponentFactory(ReteooComponentFactory componentFactory)
           
 



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