Package org.drools.core.common
Interface EntryPointFactory
-
public interface EntryPointFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalWorkingMemoryEntryPointcreateEntryPoint(EntryPointNode addedNode, EntryPointId id, ReteEvaluator reteEvaluator)EntryPointsManagercreateEntryPointsManager(ReteEvaluator reteEvaluator)
-
-
-
Method Detail
-
createEntryPoint
InternalWorkingMemoryEntryPoint createEntryPoint(EntryPointNode addedNode, EntryPointId id, ReteEvaluator reteEvaluator)
-
createEntryPointsManager
EntryPointsManager createEntryPointsManager(ReteEvaluator reteEvaluator)
-
-