public abstract class BaseKnowledgeBase extends Object implements KnowledgeBase
| Modifier | Constructor and Description |
|---|---|
protected |
BaseKnowledgeBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
KnowledgeBaseEngineOperations |
getEngineOperations() |
KnowledgeBaseEngineOperations |
getEps()
Shortcut method for using in the knowledge bases.
|
KnowledgeBaseInterpreter |
getInterpreter() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
KnowledgeBaseType |
getType() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setInterpreter(KnowledgeBaseInterpreter knowledgeBaseInterpreter) |
void |
setName(String name) |
void |
setType(KnowledgeBaseType type) |
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 getEps()
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 getDisplayName()
getDisplayName in interface Descriptivepublic void setDisplayName(String displayName)
setDisplayName 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 org.slf4j.Logger getLogger()
Copyright © 2016–2018 Softelnet. All rights reserved.