Package | Description |
---|---|
org.botlibre.api.knowledge | |
org.botlibre.knowledge.micro | |
org.botlibre.knowledge.serialized | |
org.botlibre.knowledge.xml |
Modifier and Type | Method and Description |
---|---|
void |
Memory.fastRestore(java.lang.String database,
boolean isSchema)
Restores the memory from a persisted state.
|
void |
Memory.restore()
Restores the memory from a persisted state.
|
void |
Memory.restore(java.lang.String database,
boolean isSchema)
Restores the memory from a persisted state.
|
void |
Memory.save()
Merge the short term memory into the long term and clears the short term.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroMemory.restore() |
void |
MicroMemory.restore(java.lang.String database,
boolean isSchema) |
void |
MicroMemory.shutdown() |
Modifier and Type | Method and Description |
---|---|
void |
SerializedMemory.restore() |
void |
SerializedMemory.restore(java.lang.String database,
boolean isSchema) |
void |
SerializedMemory.shutdown() |
Modifier and Type | Method and Description |
---|---|
void |
XMLMemory.save()
Write the long-term memory to the XML file.
|