Uses of Interface
org.drools.core.WorkingMemoryEntryPoint
-
Packages that use WorkingMemoryEntryPoint Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.common org.drools.core.reteoo org.drools.core.rule.accessor -
-
Uses of WorkingMemoryEntryPoint in org.drools.core
Subinterfaces of WorkingMemoryEntryPoint in org.drools.core Modifier and Type Interface Description interfaceWorkingMemoryA knowledge session for aRuleBase.Methods in org.drools.core that return WorkingMemoryEntryPoint Modifier and Type Method Description WorkingMemoryEntryPointEntryPointsManager. getDefaultEntryPoint()WorkingMemoryEntryPointEntryPointsManager. getEntryPoint(String name)Methods in org.drools.core that return types with arguments of type WorkingMemoryEntryPoint Modifier and Type Method Description Collection<WorkingMemoryEntryPoint>EntryPointsManager. getEntryPoints() -
Uses of WorkingMemoryEntryPoint in org.drools.core.common
Subinterfaces of WorkingMemoryEntryPoint in org.drools.core.common Modifier and Type Interface Description interfaceInternalWorkingMemoryinterfaceInternalWorkingMemoryActionsinterfaceInternalWorkingMemoryEntryPointFields in org.drools.core.common declared as WorkingMemoryEntryPoint Modifier and Type Field Description protected WorkingMemoryEntryPointDefaultFactHandle. wmEntryPointMethods in org.drools.core.common that return WorkingMemoryEntryPoint Modifier and Type Method Description default WorkingMemoryEntryPointReteEvaluator. getDefaultEntryPoint()WorkingMemoryEntryPointDefaultFactHandle. getEntryPoint(ReteEvaluator reteEvaluator)WorkingMemoryEntryPointDisconnectedFactHandle. getEntryPoint()WorkingMemoryEntryPointDisconnectedFactHandle. getEntryPoint(ReteEvaluator reteEvaluator)WorkingMemoryEntryPointInternalFactHandle.DummyFactHandle. getEntryPoint(ReteEvaluator reteEvaluator)WorkingMemoryEntryPointInternalFactHandle. getEntryPoint(ReteEvaluator reteEvaluator)WorkingMemoryEntryPointQueryElementFactHandle. getEntryPoint(ReteEvaluator reteEvaluator)WorkingMemoryEntryPointReteEvaluator. getEntryPoint(String name)protected WorkingMemoryEntryPointAbstractFactHandleFactory. getWmEntryPoint(ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)Methods in org.drools.core.common with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description DefaultFactHandleAbstractFactHandleFactory. createDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint)EventFactHandleAbstractFactHandleFactory. 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)InternalFactHandleAbstractFactHandleFactory. newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleAbstractFactHandleFactory. newFactHandle(long id, Object object, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)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 WorkingMemoryEntryPoint Constructor Description DefaultFactHandle(long id, int identityHashCode, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint)DefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint)Construct.EventFactHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint)Creates a new event fact handle. -
Uses of WorkingMemoryEntryPoint in org.drools.core.reteoo
Methods in org.drools.core.reteoo with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description InternalFactHandleClassObjectTypeConf. createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint)InternalFactHandleFactTemplateTypeConf. createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint)InternalFactHandleObjectTypeConf. createFactHandle(FactHandleFactory factHandleFactory, long id, Object object, long recency, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint entryPoint)DefaultFactHandleReteooFactHandleFactory. newInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint) -
Uses of WorkingMemoryEntryPoint in org.drools.core.rule.accessor
Methods in org.drools.core.rule.accessor with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description DefaultFactHandleFactHandleFactory. createDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint)EventFactHandleFactHandleFactory. createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration)InternalFactHandleFactHandleFactory. newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleFactHandleFactory. newFactHandle(Object object, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)Construct a handle with a new id.InternalFactHandleFactHandleFactory. newInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint)
-