Package | Description |
---|---|
org.botlibre.knowledge.database | |
org.botlibre.knowledge.micro | |
org.botlibre.knowledge.serialized | |
org.botlibre.knowledge.xml |
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.
|