public interface KnowledgeBaseScript
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Returns the charset.
|
String |
getFileName()
Returns the filename.
|
ScriptKnowledgeBase |
getKnowledgeBase()
Returns a knowledge base that uses this script.
|
void |
setCharset(String charset)
Sets the charset.
|
void |
setFileName(String fileName)
Sets the filename.
|
void |
setKnowledgeBase(ScriptKnowledgeBase knowledgeBase)
Sets a knowledge base that uses this script.
|
ScriptKnowledgeBase getKnowledgeBase()
void setKnowledgeBase(ScriptKnowledgeBase knowledgeBase)
knowledgeBase - a knowledge base.String getFileName()
void setFileName(String fileName)
fileName - the filename.String getCharset()
void setCharset(String charset)
charset - the charsetCopyright © 2016–2017 Softelnet. All rights reserved.