|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkingMemoryEntryPoint | |
---|---|
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 WorkingMemoryEntryPoint in org.drools |
---|
Subinterfaces of WorkingMemoryEntryPoint in org.drools | |
---|---|
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 . |
Methods in org.drools that return WorkingMemoryEntryPoint | |
---|---|
WorkingMemoryEntryPoint |
WorkingMemory.getWorkingMemoryEntryPoint(String id)
Returns the interface instance for a given entry point, so that the application can manage entry-point-scoped facts. |
WorkingMemoryEntryPoint |
WorkingMemoryEntryPoint.getWorkingMemoryEntryPoint(String name)
|
Uses of WorkingMemoryEntryPoint in org.drools.common |
---|
Subinterfaces of WorkingMemoryEntryPoint in org.drools.common | |
---|---|
interface |
InternalWorkingMemory
|
interface |
InternalWorkingMemoryActions
|
Classes in org.drools.common that implement WorkingMemoryEntryPoint | |
---|---|
class |
AbstractWorkingMemory
Implementation of WorkingMemory . |
Fields in org.drools.common with type parameters of type WorkingMemoryEntryPoint | |
---|---|
protected Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.entryPoints
|
Methods in org.drools.common that return WorkingMemoryEntryPoint | |
---|---|
WorkingMemoryEntryPoint |
AbstractWorkingMemory.getWorkingMemoryEntryPoint(String name)
|
WorkingMemoryEntryPoint |
NamedEntryPoint.getWorkingMemoryEntryPoint(String name)
|
Methods in org.drools.common that return types with arguments of type WorkingMemoryEntryPoint | |
---|---|
Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getEntryPoints()
|
Collection<WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getWorkingMemoryEntryPoints()
|
Uses of WorkingMemoryEntryPoint in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement WorkingMemoryEntryPoint | |
---|---|
class |
ReteooStatefulSession
|
class |
ReteooWorkingMemory
Implementation of WorkingMemory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |