Package | Description |
---|---|
org.drools.impl.adapters | |
org.drools.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
org.drools.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Class and Description |
---|---|
class |
KnowledgeRuntimeAdapter |
class |
StatefulKnowledgeSessionAdapter |
class |
WorkingMemoryEntryPointAdapter |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEntryPoint |
KnowledgeRuntimeAdapter.getWorkingMemoryEntryPoint(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends WorkingMemoryEntryPoint> |
KnowledgeRuntimeAdapter.getWorkingMemoryEntryPoints() |
Modifier and Type | Interface and Description |
---|---|
interface |
KnowledgeRuntime |
interface |
StatefulKnowledgeSession
StatefulKnowledgeSession is the most common way to interact with the engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkingMemory
The
WorkingMemory is a super-interface for all StatefulKnowledgeSession s. |
Modifier and Type | Method and Description |
---|---|
WorkingMemoryEntryPoint |
WorkingMemory.getWorkingMemoryEntryPoint(String name)
Returns the WorkingMemoryEntryPoint instance associated with the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends WorkingMemoryEntryPoint> |
WorkingMemory.getWorkingMemoryEntryPoints()
Returns a collection of all available working memory entry points
for this session.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.