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.Methods in org.drools.core that return WorkingMemoryEntryPoint Modifier and Type Method Description WorkingMemoryEntryPointWorkingMemory. getWorkingMemoryEntryPoint(String id)Returns the interface instance for a given entry point, so that the application can manage entry-point-scoped facts.WorkingMemoryEntryPointWorkingMemoryEntryPoint. getWorkingMemoryEntryPoint(String name) -
Uses of WorkingMemoryEntryPoint in org.drools.core.base
Classes in org.drools.core.base that implement WorkingMemoryEntryPoint Modifier and Type Class Description classWrappedStatefulKnowledgeSessionForRHSWrapper of StatefulKnowledgeSessionImpl 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 WorkingMemoryEntryPointWrappedStatefulKnowledgeSessionForRHS. getWorkingMemoryEntryPoint(String id)Methods in org.drools.core.base that return types with arguments of type WorkingMemoryEntryPoint Modifier and Type Method Description Map<String,WorkingMemoryEntryPoint>WrappedStatefulKnowledgeSessionForRHS. getEntryPointMap()Map<String,WorkingMemoryEntryPoint>WrappedStatefulKnowledgeSessionForRHS. getWorkingMemoryEntryPoints() -
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 WorkingMemoryEntryPointDefaultFactHandle. getEntryPoint(InternalWorkingMemory wm)WorkingMemoryEntryPointDisconnectedFactHandle. getEntryPoint()WorkingMemoryEntryPointDisconnectedFactHandle. getEntryPoint(InternalWorkingMemory wm)WorkingMemoryEntryPointInternalFactHandle.DummyFactHandle. getEntryPoint(InternalWorkingMemory wm)WorkingMemoryEntryPointInternalFactHandle. getEntryPoint(InternalWorkingMemory wm)WorkingMemoryEntryPointQueryElementFactHandle. getEntryPoint(InternalWorkingMemory wm)WorkingMemoryEntryPointDisconnectedWorkingMemoryEntryPoint. getWorkingMemoryEntryPoint(String name)WorkingMemoryEntryPointNamedEntryPoint. getWorkingMemoryEntryPoint(String name)Methods in org.drools.core.common with parameters of type WorkingMemoryEntryPoint Modifier and Type Method Description static IteratorActivationIterator. iterator(WorkingMemoryEntryPoint ksession)abstract InternalFactHandleAbstractFactHandleFactory. newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleAbstractFactHandleFactory. newFactHandle(long id, Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleAbstractFactHandleFactory. newFactHandle(Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, 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 classStatefulKnowledgeSessionImplFields in org.drools.core.impl with type parameters of type WorkingMemoryEntryPoint Modifier and Type Field Description protected Map<String,WorkingMemoryEntryPoint>StatefulKnowledgeSessionImpl. entryPointsMethods in org.drools.core.impl that return WorkingMemoryEntryPoint Modifier and Type Method Description WorkingMemoryEntryPointStatefulKnowledgeSessionImpl. getEntryPoint(String name)WorkingMemoryEntryPointStatefulKnowledgeSessionImpl. getWorkingMemoryEntryPoint(String name)Methods in org.drools.core.impl that return types with arguments of type WorkingMemoryEntryPoint Modifier and Type Method Description Map<String,WorkingMemoryEntryPoint>StatefulKnowledgeSessionImpl. getEntryPointMap()Map<String,WorkingMemoryEntryPoint>StatefulKnowledgeSessionImpl. getWorkingMemoryEntryPoints() -
Uses of WorkingMemoryEntryPoint in org.drools.core.reteoo
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)InternalFactHandleReteooFactHandleFactory. newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, 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, InternalWorkingMemory workingMemory, WorkingMemoryEntryPoint wmEntryPoint)InternalFactHandleFactHandleFactory. newFactHandle(Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, WorkingMemoryEntryPoint wmEntryPoint)Construct a handle with a new id.
-