|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkingMemoryEntryPoint | |
|---|---|
| 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 | |
| Uses of WorkingMemoryEntryPoint in org.drools.core |
|---|
| Subinterfaces of WorkingMemoryEntryPoint in org.drools.core | |
|---|---|
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.core 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.core.common |
|---|
| Subinterfaces of WorkingMemoryEntryPoint in org.drools.core.common | |
|---|---|
interface |
InternalWorkingMemory
|
interface |
InternalWorkingMemoryActions
|
| Classes in org.drools.core.common that implement WorkingMemoryEntryPoint | |
|---|---|
class |
AbstractWorkingMemory
Implementation of WorkingMemory. |
class |
NamedEntryPoint
|
| Fields in org.drools.core.common with type parameters of type WorkingMemoryEntryPoint | |
|---|---|
protected Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.entryPoints
|
| Methods in org.drools.core.common that return WorkingMemoryEntryPoint | |
|---|---|
WorkingMemoryEntryPoint |
AbstractWorkingMemory.getWorkingMemoryEntryPoint(String name)
|
WorkingMemoryEntryPoint |
NamedEntryPoint.getWorkingMemoryEntryPoint(String name)
|
| Methods in org.drools.core.common that return types with arguments of type WorkingMemoryEntryPoint | |
|---|---|
Map<String,WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getEntryPoints()
|
Collection<WorkingMemoryEntryPoint> |
AbstractWorkingMemory.getWorkingMemoryEntryPoints()
|
| Uses of WorkingMemoryEntryPoint in org.drools.core.reteoo |
|---|
| Subinterfaces of WorkingMemoryEntryPoint in org.drools.core.reteoo | |
|---|---|
interface |
ReteooWorkingMemoryInterface
This is an interface for ReteooWorkingMemory implementations |
| Classes in org.drools.core.reteoo that implement WorkingMemoryEntryPoint | |
|---|---|
class |
DisposedReteooWorkingMemory
|
| Methods in org.drools.core.reteoo that return WorkingMemoryEntryPoint | |
|---|---|
WorkingMemoryEntryPoint |
DisposedReteooWorkingMemory.getWorkingMemoryEntryPoint(String id)
|
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||