Drools :: Core 6.0.0.Beta5

Uses of Interface
org.drools.core.spi.FactHandleFactory

Packages that use FactHandleFactory
org.drools.core.common   
org.drools.core.reteoo   
org.drools.core.spi   
 

Uses of FactHandleFactory in org.drools.core.common
 

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

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

Methods in org.drools.core.common that return FactHandleFactory
 FactHandleFactory AbstractRuleBase.getFactHandleFactory()
           
 FactHandleFactory AbstractWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory InternalWorkingMemory.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.core.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.kie.api.runtime.Environment environment)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.kie.api.runtime.Environment environment)
          Construct.
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport)
           
SharedTemporalWorkingMemoryContext(FactHandleFactory handleFactory, T sessionClock)
           
SharedWorkingMemoryContext(FactHandleFactory handleFactory)
           
 

Uses of FactHandleFactory in org.drools.core.reteoo
 

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

Methods in org.drools.core.reteoo that return FactHandleFactory
static FactHandleFactory ReteooComponentFactory.getDefaultHandleFactoryProvider()
           
 FactHandleFactory DisposedReteooWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory ReteooComponentFactory.getFactHandleFactoryService()
           
 FactHandleFactory ReteooFactHandleFactory.newInstance()
           
 FactHandleFactory ReteooFactHandleFactory.newInstance(int id, long counter)
           
 

Methods in org.drools.core.reteoo with parameters of type FactHandleFactory
 void ReteooComponentFactory.setHandleFactoryProvider(FactHandleFactory provider)
           
 

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

Uses of FactHandleFactory in org.drools.core.spi
 

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


Drools :: Core 6.0.0.Beta5

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