Uses of Interface
org.drools.spi.FactHandleFactory

Packages that use FactHandleFactory
org.drools.common   
org.drools.jsr94.rules Provides the core client APIs for using a rule engine. 
org.drools.reteoo   
org.drools.spi   
 

Uses of FactHandleFactory in org.drools.common
 

Classes in org.drools.common that implement FactHandleFactory
 class AbstractFactHandleFactory
           
 

Fields in org.drools.common declared as FactHandleFactory
protected  FactHandleFactory AbstractWorkingMemory.handleFactory
           
protected  FactHandleFactory SharedWorkingMemoryContext.handleFactory
           
 

Methods in org.drools.common that return FactHandleFactory
 FactHandleFactory AbstractWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory InternalWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory AbstractRuleBase.getFactHandleFactory()
           
 FactHandleFactory SharedWorkingMemoryContext.getHandleFactory()
           
 FactHandleFactory InternalRuleBase.newFactHandleFactory()
           
 FactHandleFactory AbstractRuleBase.newFactHandleFactory()
           
 FactHandleFactory InternalRuleBase.newFactHandleFactory(int id, long counter)
           
 FactHandleFactory AbstractRuleBase.newFactHandleFactory(int id, long counter)
           
abstract  FactHandleFactory AbstractFactHandleFactory.newInstance()
           
 

Constructors in org.drools.common with parameters of type FactHandleFactory
AbstractRuleBase(String id, RuleBaseConfiguration config, FactHandleFactory factHandleFactory)
          Construct.
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.drools.runtime.Environment environment)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.drools.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.drools.runtime.Environment environment)
          Construct.
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.drools.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport)
           
SharedTemporalWorkingMemoryContext(FactHandleFactory handleFactory, T sessionClock)
           
SharedWorkingMemoryContext(FactHandleFactory handleFactory)
           
 

Uses of FactHandleFactory in org.drools.jsr94.rules
 

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

Methods in org.drools.jsr94.rules that return FactHandleFactory
 FactHandleFactory Jsr94FactHandleFactory.newInstance()
           
 FactHandleFactory Jsr94FactHandleFactory.newInstance(int id, long counter)
           
 

Uses of FactHandleFactory in org.drools.reteoo
 

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

Methods in org.drools.reteoo that return FactHandleFactory
 FactHandleFactory ReteooFactHandleFactory.newInstance()
           
 FactHandleFactory ReteooFactHandleFactory.newInstance(int id, long counter)
           
 

Constructors in org.drools.reteoo with parameters of type FactHandleFactory
ReteooRuleBase(String id, FactHandleFactory factHandleFactory)
           
ReteooRuleBase(String id, RuleBaseConfiguration config, FactHandleFactory factHandleFactory)
          Construct.
ReteooStatefulSession(int id, InternalRuleBase ruleBase, ExecutorService executorService, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.drools.runtime.Environment environment)
           
ReteooWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.drools.runtime.Environment environment)
           
 

Uses of FactHandleFactory in org.drools.spi
 

Methods in org.drools.spi that return FactHandleFactory
 FactHandleFactory FactHandleFactory.newInstance()
           
 FactHandleFactory FactHandleFactory.newInstance(int id, long counter)
           
 



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