public interface KnowledgeBaseOperations
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterReload()
Calls onAfterReload method in the knowledge base.
|
void |
onBeforeReload()
Calls onBeforeReload method in the knowledge base.
|
void |
onClear()
Calls onClear method in the knowledge base.
|
void |
onInit()
Calls onInit method in the knowledge base.
|
void |
onLoad()
Calls onLoad method in the knowledge base.
|
void |
onShutdown()
Calls onShutdown method in the knowledge base.
|
void |
onStartup()
Calls onStartup method in the knowledge base.
|
void onInit()
void onLoad()
void onStartup()
void onClear()
void onBeforeReload()
void onAfterReload()
void onShutdown()
Copyright © 2016–2017 Softelnet. All rights reserved.