Package org.drools.core.runtime.process
Interface ProcessRuntimeFactoryService
-
- All Superinterfaces:
Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.utils.KieService
public interface ProcessRuntimeFactoryService extends org.kie.api.internal.utils.KieServiceProcessRuntimeFactoryService is used by the AbstractWorkingMemory to "provide" it's concrete implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalProcessRuntimenewProcessRuntime(InternalWorkingMemory workingMemory)
-
-
-
Method Detail
-
newProcessRuntime
InternalProcessRuntime newProcessRuntime(InternalWorkingMemory workingMemory)
-
-