Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.common | |
org.drools.core.reteoo |
Modifier and Type | Interface and Description |
---|---|
interface |
RuleBase
Active collection of
Rule s. |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalRuleBase |
interface |
InternalStatelessSession |
interface |
InternalWorkingMemory |
interface |
InternalWorkingMemoryActions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkingMemory
Implementation of
WorkingMemory . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReteooWorkingMemoryInterface
This is an interface for ReteooWorkingMemory implementations
|
Modifier and Type | Class and Description |
---|---|
class |
DisposedReteooWorkingMemory |
class |
ReteooRuleBase
Implementation of
RuleBase . |
class |
ReteooStatelessSession |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.