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.base org.drools.core.common org.drools.core.impl org.drools.core.reteoo org.drools.core.spi -
-
Uses of WorkingMemoryEntryPoint in org.drools.core
Subinterfaces of WorkingMemoryEntryPoint in org.drools.core Modifier and Type Interface Description interfaceWorkingMemoryA knowledge session for aRuleBase. -
Uses of WorkingMemoryEntryPoint in org.drools.core.base
Classes in org.drools.core.base that implement WorkingMemoryEntryPoint Modifier and Type Class Description classStatefulKnowledgeSessionForRHSWrapper of ReteEvaluator so to intercept call from RHS internal Drools execution and proxy or delegate method call as appropriate.Methods in org.drools.core.base that return WorkingMemoryEntryPoint Modifier and Type Method Description WorkingMemoryEntryPointStatefulKnowledgeSessionForRHS. getEntryPoint(String name) -
Uses of WorkingMemoryEntryPoint in org.drools.core.common
Subinterfaces of WorkingMemoryEntryPoint in org.drools.core.common Modifier and Type Interface Description interfaceInternalWorkingMemoryinterfaceInternalWorkingMemoryActionsinterfaceInternalWorkingMemoryEntryPointClasses in org.drools.core.common that implement WorkingMemoryEntryPoint Modifier and Type Class Description classDisconnectedWorkingMemoryEntryPointclassNamedEntryPointFields 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)Methods in org.drools.core.common with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description default InternalFactHandleReteEvaluator. createFactHandle(Object object, ObjectTypeConf conf, WorkingMemoryEntryPoint wmEntryPoint)static IteratorActivationIterator. iterator(WorkingMemoryEntryPoint ksession)abstract 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, boolean isTraitOrTraitable)DefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint)Construct.DefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint, boolean isTraitOrTraitable)EventFactHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint)Creates a new event fact handle.EventFactHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint, boolean isTraitOrTraitable) -
Uses of WorkingMemoryEntryPoint in org.drools.core.impl
Classes in org.drools.core.impl that implement WorkingMemoryEntryPoint Modifier and Type Class Description classStatefulKnowledgeSessionImplMethods in org.drools.core.impl that return WorkingMemoryEntryPoint Modifier and Type Method Description WorkingMemoryEntryPointEntryPointsManager. getEntryPoint(String name)WorkingMemoryEntryPointRuleUnitExecutorImpl. getEntryPoint(String name)WorkingMemoryEntryPointStatefulKnowledgeSessionImpl. getEntryPoint(String name)Methods in org.drools.core.impl that return types with arguments of type WorkingMemoryEntryPoint Modifier and Type Method Description Collection<WorkingMemoryEntryPoint>EntryPointsManager. getEntryPoints() -
Uses of WorkingMemoryEntryPoint in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return WorkingMemoryEntryPoint Modifier and Type Method Description protected WorkingMemoryEntryPointReteooFactHandleFactory. getWmEntryPoint(ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)Methods in org.drools.core.reteoo with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description DefaultFactHandleReteooFactHandleFactory. createDefaultFactHandle(long id, Object initialFact, long recency, WorkingMemoryEntryPoint wmEntryPoint)protected WorkingMemoryEntryPointReteooFactHandleFactory. getWmEntryPoint(ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleReteooFactHandleFactory. newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, ReteEvaluator reteEvaluator, WorkingMemoryEntryPoint wmEntryPoint) -
Uses of WorkingMemoryEntryPoint in org.drools.core.spi
Methods in org.drools.core.spi with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description DefaultFactHandleFactHandleFactory. createDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint)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.
-