Uses of Interface
edu.memphis.ccrg.lida.framework.initialization.Initializer

Packages that use Initializer
edu.memphis.ccrg.lida.episodicmemory Contains classes related to the definition of the Episodic Memory module and its default implementation. 
edu.memphis.ccrg.lida.globalworkspace Contains classes related to the GlobalWorkspace, the module responsible for selecting the most important part of an Agent's current understanding, at the particular moment, for broadcast to all BroadcastListeners. 
edu.memphis.ccrg.lida.pam Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. 
edu.memphis.ccrg.lida.proceduralmemory Contains classes related to the definition of the Procedural Memory module and its default implementation. 
edu.memphis.ccrg.lida.sensorymotormemory Contains classes related to the definition of the Sensory Motor Memory module. 
 

Uses of Initializer in edu.memphis.ccrg.lida.episodicmemory
 

Classes in edu.memphis.ccrg.lida.episodicmemory that implement Initializer
 class BasicEpisodicMemoryInitializer
          Initializes the translator of a EpisodicMemoryImpl using BasicTranslator
 

Uses of Initializer in edu.memphis.ccrg.lida.globalworkspace
 

Classes in edu.memphis.ccrg.lida.globalworkspace that implement Initializer
 class GlobalWorkspaceInitalizer
          Default implementation of Initializer for the GlobalWorkspace.
 

Uses of Initializer in edu.memphis.ccrg.lida.pam
 

Classes in edu.memphis.ccrg.lida.pam that implement Initializer
 class BasicPamInitializer
          An Initializer for PerceptualAssociativeMemory which receives a parameter named 'nodes' containing a list of node labels.
 

Uses of Initializer in edu.memphis.ccrg.lida.proceduralmemory
 

Classes in edu.memphis.ccrg.lida.proceduralmemory that implement Initializer
 class BasicProceduralMemoryInitializer
          Basic ProceduralMemory Initializer which reads String parameters beginning with 'scheme.' and creates a scheme based on the parameter.
 

Uses of Initializer in edu.memphis.ccrg.lida.sensorymotormemory
 

Classes in edu.memphis.ccrg.lida.sensorymotormemory that implement Initializer
 class BasicSensoryMotorMemoryInitializer
          Basic SensoryMotorMemory Initializer which reads String parameters beginning with 'smm.' and creates a action-algorithm mapping based on the parameter.