Uses of Interface
org.drools.runtime.rule.WorkingMemory

Packages that use WorkingMemory
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.drools.runtime.rule The rule runtime classes. 
org.jbpm.process   
 

Uses of WorkingMemory in org.drools.runtime
 

Subinterfaces of WorkingMemory in org.drools.runtime
 interface KnowledgeRuntime
           
 interface StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Uses of WorkingMemory in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule with parameters of type WorkingMemory
 void ConsequenceExceptionHandler.handleException(Activation activation, WorkingMemory workingMemory, Exception exception)
           
 

Constructors in org.drools.runtime.rule with parameters of type WorkingMemory
ConsequenceException(Throwable rootCause, WorkingMemory workingMemory, Activation activation)
           
 

Uses of WorkingMemory in org.jbpm.process
 

Classes in org.jbpm.process that implement WorkingMemory
 class StatefulProcessSession
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.