Uses of Interface
org.drools.core.WorkingMemoryEntryPoint
Packages that use WorkingMemoryEntryPoint
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of WorkingMemoryEntryPoint in org.drools.core
Subinterfaces of WorkingMemoryEntryPoint in org.drools.coreMethods in org.drools.core that return WorkingMemoryEntryPointModifier and TypeMethodDescriptionEntryPointsManager.getDefaultEntryPoint()EntryPointsManager.getEntryPoint(String name) Methods in org.drools.core that return types with arguments of type WorkingMemoryEntryPoint -
Uses of WorkingMemoryEntryPoint in org.drools.core.common
Subinterfaces of WorkingMemoryEntryPoint in org.drools.core.commonModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceFields in org.drools.core.common declared as WorkingMemoryEntryPointModifier and TypeFieldDescriptionprotected WorkingMemoryEntryPointDefaultFactHandle.wmEntryPointMethods in org.drools.core.common that return WorkingMemoryEntryPointModifier and TypeMethodDescriptiondefault WorkingMemoryEntryPointReteEvaluator.getDefaultEntryPoint()DefaultFactHandle.getEntryPoint(ReteEvaluator reteEvaluator) DisconnectedFactHandle.getEntryPoint()DisconnectedFactHandle.getEntryPoint(ReteEvaluator reteEvaluator) InternalFactHandle.DummyFactHandle.getEntryPoint(ReteEvaluator reteEvaluator) InternalFactHandle.getEntryPoint(ReteEvaluator reteEvaluator) QueryElementFactHandle.getEntryPoint(ReteEvaluator reteEvaluator) ReteEvaluator.getEntryPoint(String name) protected WorkingMemoryEntryPointAbstractFactHandleFactory.getWmEntryPoint(ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) Methods in org.drools.core.common with parameters of type WorkingMemoryEntryPointModifier and TypeMethodDescriptionAbstractFactHandleFactory.createDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint) AbstractFactHandleFactory.createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration) default InternalFactHandleReteEvaluator.createFactHandle(Object object, ObjectTypeConf conf, WorkingMemoryEntryPoint wmEntryPoint) protected WorkingMemoryEntryPointAbstractFactHandleFactory.getWmEntryPoint(ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) final InternalFactHandleAbstractFactHandleFactory.newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) final InternalFactHandleAbstractFactHandleFactory.newFactHandle(long id, Object object, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) final InternalFactHandleAbstractFactHandleFactory.newFactHandle(Object object, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) voidDisconnectedFactHandle.setEntryPoint(WorkingMemoryEntryPoint ep) voidQueryElementFactHandle.setEntryPoint(WorkingMemoryEntryPoint ep) Constructors in org.drools.core.common with parameters of type WorkingMemoryEntryPointModifierConstructorDescriptionDefaultEventHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint) Creates a new event fact handle.DefaultFactHandle(long id, int identityHashCode, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) DefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) Construct. -
Uses of WorkingMemoryEntryPoint in org.drools.core.reteoo
Methods in org.drools.core.reteoo with parameters of type WorkingMemoryEntryPointModifier and TypeMethodDescriptionClassObjectTypeConf.createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint) ObjectTypeConf.createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint) PrototypeTypeConf.createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint) ReteooFactHandleFactory.newInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint) -
Uses of WorkingMemoryEntryPoint in org.drools.core.rule.accessor
Methods in org.drools.core.rule.accessor with parameters of type WorkingMemoryEntryPointModifier and TypeMethodDescriptionFactHandleFactory.createDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint) FactHandleFactory.createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration) FactHandleFactory.newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) FactHandleFactory.newFactHandle(Object object, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) Construct a handle with a new id.FactHandleFactory.newInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint)