public abstract class BaseKnowledgeBaseScript extends Object implements KnowledgeBaseScript
| Modifier | Constructor and Description |
|---|---|
protected |
BaseKnowledgeBaseScript(String name) |
| Modifier and Type | Method and Description |
|---|---|
ScriptKnowledgeBase |
getKnowledgeBase() |
String |
getName() |
void |
setKnowledgeBase(ScriptKnowledgeBase knowledgeBase) |
String |
toString()
Returns the string representation.
|
protected BaseKnowledgeBaseScript(String name)
public ScriptKnowledgeBase getKnowledgeBase()
getKnowledgeBase in interface KnowledgeBaseScriptpublic void setKnowledgeBase(ScriptKnowledgeBase knowledgeBase)
setKnowledgeBase in interface KnowledgeBaseScriptpublic String getName()
getName in interface KnowledgeBaseScriptCopyright © 2016–2021 Softelnet. All rights reserved.