Uses of Interface
org.drools.WorkingMemoryEventManager

Packages that use WorkingMemoryEventManager
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.reteoo   
 

Uses of WorkingMemoryEventManager in org.drools
 

Subinterfaces of WorkingMemoryEventManager in org.drools
 interface StatefulSession
          A stateful session represents a working memory which keeps state between invocations (accumulating facts/knowledge).
 interface StatelessSession
          This represents a working memory session where state is not kept between invocations.
 interface WorkingMemory
          A knowledge session for a RuleBase.
 

Uses of WorkingMemoryEventManager in org.drools.common
 

Subinterfaces of WorkingMemoryEventManager in org.drools.common
 interface InternalStatelessSession
           
 interface InternalWorkingMemory
           
 interface InternalWorkingMemoryActions
           
 

Classes in org.drools.common that implement WorkingMemoryEventManager
 class AbstractWorkingMemory
          Implementation of WorkingMemory.
 

Uses of WorkingMemoryEventManager in org.drools.reteoo
 

Classes in org.drools.reteoo that implement WorkingMemoryEventManager
 class ReteooStatefulSession
           
 class ReteooStatelessSession
           
 class ReteooWorkingMemory
          Implementation of WorkingMemory.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.