Uses of Interface
org.drools.reteoo.FactHandleFactory

Packages that use FactHandleFactory
org.drools The main run-time API. 
org.drools.jsr94.rules Provides the core client APIs for using a rule engine. 
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Uses of FactHandleFactory in org.drools
 

Methods in org.drools that return FactHandleFactory
 FactHandleFactory RuleBase.getFactHandleFactory()
          Retrieve the FactHandleFactor.
 

Methods in org.drools with parameters of type FactHandleFactory
 void RuleBaseBuilder.setFactHandleFactory(FactHandleFactory factHandleFactory)
           
 

Uses of FactHandleFactory in org.drools.jsr94.rules
 

Classes in org.drools.jsr94.rules that implement FactHandleFactory
 class Jsr94FactHandleFactory
          A factory for creating Handles.
 

Uses of FactHandleFactory in org.drools.reteoo
 

Classes in org.drools.reteoo that implement FactHandleFactory
 class DefaultFactHandleFactory
           
 

Methods in org.drools.reteoo that return FactHandleFactory
 FactHandleFactory RuleBaseImpl.getFactHandleFactory()
           
 

Methods in org.drools.reteoo with parameters of type FactHandleFactory
 void Builder.setFactHandleFactory(FactHandleFactory factHandleFactory)
          Set the FactHandleFactory.
 

Constructors in org.drools.reteoo with parameters of type FactHandleFactory
RuleBaseImpl(Rete rete, ConflictResolver conflictResolver, FactHandleFactory factHandleFactory, List ruleSets, Map applicationData)
          Construct.
 



Copyright © 2001-2004 The Codehaus. All Rights Reserved.