Drools :: Core 6.1.0.Beta1

org.drools.core.common
Interface WorkingMemoryFactory

All Known Implementing Classes:
PhreakWorkingMemoryFactory

public interface WorkingMemoryFactory


Method Summary
 InternalWorkingMemory createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory createWorkingMemory(int id, InternalRuleBase ruleBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 

Method Detail

createWorkingMemory

InternalWorkingMemory createWorkingMemory(int id,
                                          InternalRuleBase ruleBase,
                                          SessionConfiguration config,
                                          org.kie.api.runtime.Environment environment)

createWorkingMemory

InternalWorkingMemory createWorkingMemory(int id,
                                          InternalRuleBase ruleBase,
                                          FactHandleFactory handleFactory,
                                          InternalFactHandle initialFactHandle,
                                          long propagationContext,
                                          SessionConfiguration config,
                                          InternalAgenda agenda,
                                          org.kie.api.runtime.Environment environment)

createWorkingMemory

InternalWorkingMemory createWorkingMemory(int id,
                                          InternalRuleBase ruleBase,
                                          FactHandleFactory handleFactory,
                                          InternalFactHandle initialFactHandle,
                                          long propagationContext,
                                          SessionConfiguration config,
                                          org.kie.api.runtime.Environment environment,
                                          WorkingMemoryEventSupport workingMemoryEventSupport,
                                          AgendaEventSupport agendaEventSupport,
                                          RuleEventListenerSupport ruleEventListenerSupport,
                                          InternalAgenda agenda)

Drools :: Core 6.1.0.Beta1

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