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 |
StatefulSession
A stateful session represents a working memory which keeps state
between invocations (accumulating facts/knowledge).
|
interface |
WorkingMemory
A knowledge session for a
RuleBase . |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEntryPoint |
WorkingMemoryEntryPoint.getWorkingMemoryEntryPoint(String name) |
WorkingMemoryEntryPoint |
WorkingMemory.getWorkingMemoryEntryPoint(String id)
Returns the interface instance for a given entry point, so
that the application can manage entry-point-scoped facts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalWorkingMemory |
interface |
InternalWorkingMemoryActions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkingMemory
Implementation of
WorkingMemory . |
class |
NamedEntryPoint |
Modifier and Type | Field and Description |
---|---|
protected Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.entryPoints |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEntryPoint |
AbstractWorkingMemory.getWorkingMemoryEntryPoint(String name) |
WorkingMemoryEntryPoint |
NamedEntryPoint.getWorkingMemoryEntryPoint(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getEntryPoints() |
Collection<WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getWorkingMemoryEntryPoints() |
Modifier and Type | Interface and Description |
---|---|
interface |
ReteooWorkingMemoryInterface
This is an interface for ReteooWorkingMemory implementations
|
Modifier and Type | Class and Description |
---|---|
class |
DisposedReteooWorkingMemory |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEntryPoint |
DisposedReteooWorkingMemory.getWorkingMemoryEntryPoint(String id) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.