Package org.drools.core.impl
Class EntryPointsManager
- java.lang.Object
-
- org.drools.core.impl.EntryPointsManager
-
public class EntryPointsManager extends Object
-
-
Constructor Summary
Constructors Constructor Description EntryPointsManager(ReteEvaluator reteEvaluator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedEntryPointcreateNamedEntryPoint(EntryPointNode addedNode, EntryPointId id)InternalWorkingMemoryEntryPointgetDefaultEntryPoint()WorkingMemoryEntryPointgetEntryPoint(String name)Collection<WorkingMemoryEntryPoint>getEntryPoints()voidreset()voidupdateEntryPointsCache()
-
-
-
Constructor Detail
-
EntryPointsManager
public EntryPointsManager(ReteEvaluator reteEvaluator)
-
-
Method Detail
-
getDefaultEntryPoint
public InternalWorkingMemoryEntryPoint getDefaultEntryPoint()
-
getEntryPoint
public WorkingMemoryEntryPoint getEntryPoint(String name)
-
getEntryPoints
public Collection<WorkingMemoryEntryPoint> getEntryPoints()
-
createNamedEntryPoint
public NamedEntryPoint createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id)
-
updateEntryPointsCache
public void updateEntryPointsCache()
-
reset
public void reset()
-
-