|
Knowledge API Legacy5 Adapter 6.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkingMemoryEntryPoint | |
|---|---|
| org.drools.impl.adapters | |
| org.drools.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
| org.drools.runtime.rule | The rule runtime classes. |
| Uses of WorkingMemoryEntryPoint in org.drools.impl.adapters |
|---|
| Classes in org.drools.impl.adapters that implement WorkingMemoryEntryPoint | |
|---|---|
class |
KnowledgeRuntimeAdapter
|
class |
StatefulKnowledgeSessionAdapter
|
| Methods in org.drools.impl.adapters that return WorkingMemoryEntryPoint | |
|---|---|
WorkingMemoryEntryPoint |
KnowledgeRuntimeAdapter.getWorkingMemoryEntryPoint(String name)
|
| Methods in org.drools.impl.adapters that return types with arguments of type WorkingMemoryEntryPoint | |
|---|---|
Collection<? extends WorkingMemoryEntryPoint> |
KnowledgeRuntimeAdapter.getWorkingMemoryEntryPoints()
|
| Uses of WorkingMemoryEntryPoint in org.drools.runtime |
|---|
| Subinterfaces of WorkingMemoryEntryPoint in org.drools.runtime | |
|---|---|
interface |
KnowledgeRuntime
|
interface |
StatefulKnowledgeSession
StatefulKnowledgeSession is the most common way to interact with the engine. |
| Uses of WorkingMemoryEntryPoint in org.drools.runtime.rule |
|---|
| Subinterfaces of WorkingMemoryEntryPoint in org.drools.runtime.rule | |
|---|---|
interface |
WorkingMemory
The WorkingMemory is a super-interface for all StatefulKnowledgeSessions. |
| Methods in org.drools.runtime.rule that return WorkingMemoryEntryPoint | |
|---|---|
WorkingMemoryEntryPoint |
WorkingMemory.getWorkingMemoryEntryPoint(String name)
Returns the WorkingMemoryEntryPoint instance associated with the given name. |
| Methods in org.drools.runtime.rule that return types with arguments of type WorkingMemoryEntryPoint | |
|---|---|
Collection<? extends WorkingMemoryEntryPoint> |
WorkingMemory.getWorkingMemoryEntryPoints()
Returns a collection of all available working memory entry points for this session. |
|
Knowledge API Legacy5 Adapter 6.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||