|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Subinterfaces of WorkingMemoryEventManager in org.drools.reteoo | |
---|---|
interface |
ReteooWorkingMemoryInterface
This is an interface for ReteooWorkingMemory implementations |
Classes in org.drools.reteoo that implement WorkingMemoryEventManager | |
---|---|
class |
DisposedReteooWorkingMemory
|
class |
ReteooStatefulSession
|
class |
ReteooStatelessSession
|
class |
ReteooWorkingMemory
Implementation of WorkingMemory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |