| 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.impl |
| Modifier and Type | Interface and Description |
|---|---|
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 |
NamedEntryPoint |
| Modifier and Type | Method and Description |
|---|---|
WorkingMemoryEntryPoint |
NamedEntryPoint.getWorkingMemoryEntryPoint(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulKnowledgeSessionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WorkingMemoryEntryPoint> |
StatefulKnowledgeSessionImpl.entryPoints |
| Modifier and Type | Method and Description |
|---|---|
WorkingMemoryEntryPoint |
StatefulKnowledgeSessionImpl.getWorkingMemoryEntryPoint(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,WorkingMemoryEntryPoint> |
StatefulKnowledgeSessionImpl.getEntryPointMap() |
Map<String,WorkingMemoryEntryPoint> |
StatefulKnowledgeSessionImpl.getWorkingMemoryEntryPoints() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.