Knowledge API Legacy5 Adapter 6.0.0.Beta5

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

Packages that use WorkingMemory
org.drools.impl.adapters   
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.impl.adapters
 

Classes in org.drools.impl.adapters that implement WorkingMemory
 class KnowledgeRuntimeAdapter
           
 class StatefulKnowledgeSessionAdapter
           
 

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)
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

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