| Package | Description |
|---|---|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
List<KnowledgeBaseScript> |
ScriptKnowledgeBase.getScripts()
Returns knowledge base scripts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptKnowledgeBase.addScript(KnowledgeBaseScript script)
Adds a new knowledge base script.
|
void |
ScriptKnowledgeBaseInterpreter.load(KnowledgeBaseScript script)
Loads the knowledge base from the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptKnowledgeBaseInterpreter.load(List<KnowledgeBaseScript> scripts)
Loads scripts.
|
void |
ScriptKnowledgeBaseInterpreter.reload(List<KnowledgeBaseScript> scripts)
Reloads scripts.
|
Copyright © 2016–2018 Softelnet. All rights reserved.