Uses of Interface
org.botlibre.api.knowledge.Memory

Packages that use Memory
org.botlibre   
org.botlibre.knowledge   
org.botlibre.knowledge.database   
org.botlibre.knowledge.serialized   
org.botlibre.knowledge.xml   
 

Uses of Memory in org.botlibre
 

Methods in org.botlibre that return Memory
 Memory Bot.memory()
          Return the memory.
 

Methods in org.botlibre with parameters of type Memory
 void Bot.setMemory(Memory memory)
          Set the memory.
 

Uses of Memory in org.botlibre.knowledge
 

Classes in org.botlibre.knowledge that implement Memory
 class BasicMemory
          Defines a set of networks that make up a knowledge base.
 

Methods in org.botlibre.knowledge with parameters of type Memory
 void Bootstrap.bootstrapMemory(Memory memory, boolean addStates)
          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.
 

Uses of Memory in org.botlibre.knowledge.database
 

Classes in org.botlibre.knowledge.database that implement Memory
 class DatabaseMemory
          Uses JPA to store the memory to a Derby database.
 

Uses of Memory in org.botlibre.knowledge.serialized
 

Classes in org.botlibre.knowledge.serialized that implement Memory
 class SerializedMemory
          Defines a set of networks that make up a knowledge base.
 

Uses of Memory in org.botlibre.knowledge.xml
 

Classes in org.botlibre.knowledge.xml that implement Memory
 class XMLMemory
          Defines a set of networks that make up a knowledge base.