Drools :: Core 6.2.0.Final

org.drools.core.common
Interface WorkingMemoryFactory

All Known Implementing Classes:
PhreakWorkingMemoryFactory

public interface WorkingMemoryFactory


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

Method Detail

createWorkingMemory

InternalWorkingMemory createWorkingMemory(long id,
                                          InternalKnowledgeBase kBase,
                                          SessionConfiguration config,
                                          org.kie.api.runtime.Environment environment)

createWorkingMemory

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

createWorkingMemory

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

Drools :: Core 6.2.0.Final

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