Uses of Interface
org.drools.RuleBaseEventManager

Packages that use RuleBaseEventManager
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 RuleBaseEventManager in org.drools
 

Subinterfaces of RuleBaseEventManager in org.drools
 interface RuleBase
          Active collection of Rules.
 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.
 interface WorkingMemoryEventManager
          The EventManager class is implemented by classes wishing to add,remove and get the various Drools EventListeners.
 

Uses of RuleBaseEventManager in org.drools.common
 

Subinterfaces of RuleBaseEventManager in org.drools.common
 interface InternalRuleBase
           
 interface InternalStatelessSession
           
 interface InternalWorkingMemory
           
 interface InternalWorkingMemoryActions
           
 

Classes in org.drools.common that implement RuleBaseEventManager
 class AbstractRuleBase
          Implementation of RuleBase.
 class AbstractWorkingMemory
          Implementation of WorkingMemory.
 

Uses of RuleBaseEventManager in org.drools.reteoo
 

Classes in org.drools.reteoo that implement RuleBaseEventManager
 class ReteooRuleBase
          Implementation of RuleBase.
 class ReteooStatefulSession
           
 class ReteooStatelessSession
           
 class ReteooWorkingMemory
          Implementation of WorkingMemory.
 



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