Package org.drools.core.common
Interface WorkingMemoryFactory
-
- All Known Implementing Classes:
PhreakWorkingMemoryFactory
public interface WorkingMemoryFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalWorkingMemorycreateWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)InternalWorkingMemorycreateWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, 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, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
-
-