Uses of Interface
org.drools.spi.FactHandleFactory

Packages that use FactHandleFactory
org.drools.common   
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 SharedWorkingMemoryContext.handleFactory
           
protected  FactHandleFactory AbstractWorkingMemory.handleFactory
           
 

Methods in org.drools.common that return FactHandleFactory
 FactHandleFactory InternalWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory AbstractRuleBase.getFactHandleFactory()
           
 FactHandleFactory AbstractWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory SharedWorkingMemoryContext.getHandleFactory()
           
 FactHandleFactory AbstractRuleBase.newFactHandleFactory()
           
 FactHandleFactory InternalRuleBase.newFactHandleFactory()
           
 FactHandleFactory AbstractRuleBase.newFactHandleFactory(int id, long counter)
           
 FactHandleFactory InternalRuleBase.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.reteoo
 

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

Methods in org.drools.reteoo that return FactHandleFactory
 FactHandleFactory DisposedReteooWorkingMemory.getFactHandleFactory()
           
 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-2012 JBoss by Red Hat. All Rights Reserved.