public abstract class BaseKnowledgeBase extends Object implements KnowledgeBase
| Modifier | Constructor and Description |
|---|---|
protected |
BaseKnowledgeBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
KnowledgeBaseEngineOperations |
getEngineOperations() |
KnowledgeBaseInterpreter |
getInterpreter() |
String |
getLabel() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
KnowledgeBaseEngineOperations |
getSponge()
Shortcut method for using in the knowledge bases.
|
KnowledgeBaseType |
getType() |
Integer |
getVersion() |
void |
setDescription(String description) |
void |
setInterpreter(KnowledgeBaseInterpreter knowledgeBaseInterpreter) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(KnowledgeBaseType type) |
void |
setVersion(Integer version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitscanToAutoEnableonAfterReload, onBeforeReload, onClear, onInit, onLoad, onRun, onShutdown, onStartuppublic KnowledgeBaseEngineOperations getEngineOperations()
getEngineOperations in interface KnowledgeBasepublic KnowledgeBaseEngineOperations getSponge()
getEngineOperations().public KnowledgeBaseInterpreter getInterpreter()
getInterpreter in interface KnowledgeBasepublic void setInterpreter(KnowledgeBaseInterpreter knowledgeBaseInterpreter)
setInterpreter in interface KnowledgeBasepublic String getName()
getName in interface Descriptivepublic void setName(String name)
setName in interface Descriptivepublic String getLabel()
getLabel in interface Descriptivepublic void setLabel(String label)
setLabel in interface Descriptivepublic String getDescription()
getDescription in interface Descriptivepublic void setDescription(String description)
setDescription in interface Descriptivepublic KnowledgeBaseType getType()
getType in interface KnowledgeBasepublic void setType(KnowledgeBaseType type)
setType in interface KnowledgeBasepublic Integer getVersion()
getVersion in interface HasVersionpublic void setVersion(Integer version)
setVersion in interface HasVersionpublic org.slf4j.Logger getLogger()
Copyright © 2016–2019 Softelnet. All rights reserved.