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.
|
boolean |
onRun()
Called just after onStartup.
|
void |
onShutdown()
Calls onShutdown method in the knowledge base.
|
void |
onStartup()
Calls onStartup method in the knowledge base.
|
void onInit()
void onLoad()
void onStartup()
boolean onRun()
true for every knowledge base, then the engine starts its threads and
performs an endless loop in order to process events. Otherwise, the engine will invoke a shutdown without starting an event
processing.true if the engine should start event processing.void onClear()
void onBeforeReload()
void onAfterReload()
void onShutdown()
Copyright © 2016–2019 Softelnet. All rights reserved.