Package | Description |
---|---|
org.botlibre | |
org.botlibre.knowledge | |
org.botlibre.knowledge.database | |
org.botlibre.knowledge.micro | |
org.botlibre.knowledge.serialized | |
org.botlibre.knowledge.xml |
Modifier and Type | Method and Description |
---|---|
Memory |
Bot.memory()
Return the memory.
|
Modifier and Type | Method and Description |
---|---|
void |
Bot.setMemory(Memory memory)
Set the memory.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMemory
Defines a set of networks that make up a knowledge base.
|
Modifier and Type | Method and Description |
---|---|
void |
Bootstrap.bootstrapMemory(Memory memory,
boolean addStates,
boolean pin)
Initialize the memory with the basic bootstrap networks.
|
void |
Bootstrap.rebootstrapMemory(Memory memory)
Re-initialize the language state machines.
|
void |
Bootstrap.renameMemory(Memory memory)
Initialize the memory with the basic bootstrap networks.
|
void |
Bootstrap.renameMemory(Memory memory,
java.lang.String name,
boolean clearPrivateData)
Initialize the memory with the basic bootstrap networks.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseMemory
Uses JPA to store the memory to a PostgresQL database.
|
class |
DerbyMemory
Uses JPA to store the memory to a Derby database.
|
Modifier and Type | Class and Description |
---|---|
class |
MicroMemory
MicroMemory stores the memory to an optimized binary file using a custom serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializedMemory
SerializedMemory stores the memory to a binary file using Java object serialization.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMemory
Defines a set of networks that make up a knowledge base.
|