| 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  | DatabaseMemoryUses JPA to store the memory to a PostgresQL database. | 
| class  | DerbyMemoryUses JPA to store the memory to a Derby database. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MicroMemoryMicroMemory stores the memory to an optimized binary file using a custom serializer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SerializedMemorySerializedMemory stores the memory to a binary file using Java object serialization. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XMLMemoryDefines a set of networks that make up a knowledge base. |