| Package | Description |
|---|---|
| org.openksavi.sponge.core |
Classes for base functionalities.
|
| org.openksavi.sponge.core.engine |
Classes for the engine and base functionalities.
|
| org.openksavi.sponge.core.kb |
Classes for knowledge bases and related functionalities.
|
| org.openksavi.sponge.java |
Abstract implementations of processors for Java support and classes for Java-based knowledge bases.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseEngine |
BaseEngineOperations.engine |
| Modifier and Type | Method and Description |
|---|---|
BaseEngine |
BaseEngineOperations.getEngine() |
| Constructor and Description |
|---|
BaseEngineOperations(BaseEngine engine) |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineBuilder<T extends BaseEngine>
Engine builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEngine
A default engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
EngineBuilder.engine
The engine.
|
| Modifier and Type | Method and Description |
|---|---|
BaseEngine |
DefaultProcessorManager.getEngine()
Returns the engine.
|
| Constructor and Description |
|---|
BaseKnowledgeBaseEngineOperations(BaseEngine engine,
org.openksavi.sponge.kb.KnowledgeBase knowledgeBase) |
| Constructor and Description |
|---|
JavaKnowledgeBaseEngineOperations(BaseEngine engine,
org.openksavi.sponge.kb.KnowledgeBase knowledgeBase) |
Copyright © 2016–2017 Softelnet. All rights reserved.