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. 
 

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)
           
 



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