public interface KnowledgeBaseOperations
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterLoad()
Calls onAfterLoad method in the knowledge base.
|
void |
onAfterReload()
Calls onAfterReload method in the knowledge base.
|
void |
onBeforeLoad()
Calls onBeforeLoad 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 onBeforeLoad()
void onLoad()
void onAfterLoad()
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–2020 Softelnet. All rights reserved.