Uses of Interface
org.drools.core.WorkingMemory
-
Packages that use WorkingMemory Package Description org.drools.core.audit This is a utility for providing audit trails/explanations of rule actions.org.drools.core.base org.drools.core.common org.drools.core.event Events provide all sorts of call backs to monitor the engine as it is running.org.drools.core.factmodel.traits org.drools.core.impl org.drools.core.spi org.drools.core.util.debug -
-
Uses of WorkingMemory in org.drools.core.audit
Constructors in org.drools.core.audit with parameters of type WorkingMemory Constructor Description ThreadedWorkingMemoryFileLogger(WorkingMemory workingMemory)WorkingMemoryConsoleLogger(WorkingMemory workingMemory)WorkingMemoryFileLogger(WorkingMemory workingMemory)Creates a new WorkingMemoryFileLogger for the given working memory.WorkingMemoryLogger(WorkingMemory workingMemory)Creates a new working memory logger for the given working memory. -
Uses of WorkingMemory in org.drools.core.base
Classes in org.drools.core.base that implement WorkingMemory 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 WorkingMemory Modifier and Type Method Description WorkingMemoryDefaultKnowledgeHelper. getWorkingMemory()WorkingMemoryJavaFactRegistryEntry. getWorkingMemory()Methods in org.drools.core.base with parameters of type WorkingMemory Modifier and Type Method Description GlobalResolverReferenceOriginalGlobalExporter. export(WorkingMemory workingMemory)Constructors in org.drools.core.base with parameters of type WorkingMemory Constructor Description JavaFactRegistryEntry(WorkingMemory workingMemory, org.kie.api.runtime.rule.FactHandle handle) -
Uses of WorkingMemory in org.drools.core.common
Subinterfaces of WorkingMemory in org.drools.core.common Modifier and Type Interface Description interfaceInternalWorkingMemoryinterfaceInternalWorkingMemoryActions -
Uses of WorkingMemory in org.drools.core.event
Methods in org.drools.core.event that return WorkingMemory Modifier and Type Method Description WorkingMemoryWorkingMemoryEvent. getWorkingMemory()Constructors in org.drools.core.event with parameters of type WorkingMemory Constructor Description WorkingMemoryEvent(WorkingMemory workingMemory, PropagationContext propagationContext) -
Uses of WorkingMemory in org.drools.core.factmodel.traits
Methods in org.drools.core.factmodel.traits with parameters of type WorkingMemory Modifier and Type Method Description voidTraitFieldTMS. init(WorkingMemory wm) -
Uses of WorkingMemory in org.drools.core.impl
Classes in org.drools.core.impl that implement WorkingMemory Modifier and Type Class Description classStatefulKnowledgeSessionImpl -
Uses of WorkingMemory in org.drools.core.spi
Methods in org.drools.core.spi that return WorkingMemory Modifier and Type Method Description WorkingMemoryKnowledgeHelper. getWorkingMemory()Methods in org.drools.core.spi with parameters of type WorkingMemory Modifier and Type Method Description GlobalResolverGlobalExporter. export(WorkingMemory workingMemory)This method is called internally by the StatelessSession, which will provide the WorkingMemory.voidAsyncExceptionHandler. handleException(WorkingMemory workingMemory, ConsequenceException exception)voidConsequenceExceptionHandler. handleException(Activation activation, WorkingMemory workingMemory, Exception exception) -
Uses of WorkingMemory in org.drools.core.util.debug
Constructors in org.drools.core.util.debug with parameters of type WorkingMemory Constructor Description SessionInspector(WorkingMemory session)
-