Uses of Class
edu.memphis.ccrg.lida.framework.FrameworkModuleImpl

Packages that use FrameworkModuleImpl
edu.memphis.ccrg.lida.actionselection Contains classes related to Action Selection, a subsystem which selects Behaviors for execution. 
edu.memphis.ccrg.lida.actionselection.behaviornetwork   
edu.memphis.ccrg.lida.attentioncodelets Contains classes related to Attention Codelets. 
edu.memphis.ccrg.lida.environment Contains classes which define the interface for environments which a framework Agent can sense from and perform actions in. 
edu.memphis.ccrg.lida.episodicmemory Contains classes related to the definition of the Episodic Memory module and its default implementation. 
edu.memphis.ccrg.lida.framework Contains classes which define the main structures of framework Agents. 
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.sensorymemory Contains classes related to the definition of the Sensory Memory module. 
edu.memphis.ccrg.lida.sensorymotormemory Contains classes related to the definition of the Sensory Motor Memory module. 
edu.memphis.ccrg.lida.workspace Contains classes related to the definition of the Workspace module and its default implementation. 
edu.memphis.ccrg.lida.workspace.structurebuildingcodelets Contains classes related to the definition, default implementation, and management of Structure-Building codelets. 
edu.memphis.ccrg.lida.workspace.workspacebuffers Contains classes related to the definition of of Workspace buffers and their default implementations. 
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.actionselection
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.actionselection
 class BasicActionSelection
          Rudimentary action selection that selects the behavior with the highest activation.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.actionselection.behaviornetwork
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.actionselection.behaviornetwork
 class BehaviorNetwork
          A Behavior Network implementation of ActionSelection based on the ideas of Maes' original.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.attentioncodelets
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.attentioncodelets
 class AttentionCodeletModule
          FrameworkModule which creates and manages all AttentionCodelet.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.environment
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.environment
 class EnvironmentImpl
          Abstract implementation of Environment Environments should not be a listener of anything besides GUIs.
 

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

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.episodicmemory
 class EpisodicMemoryImpl
          This is the canonical implementation of EpisodicMemory.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.framework
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.framework
 class AgentImpl
          Basic Agent Implementation.
 

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

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.globalworkspace
 class GlobalWorkspaceImpl
          The default implementation of GlobalWorkspace which maintains the collection of Coalition objects.
 

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

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.pam
 class PerceptualAssociativeMemoryImpl
          Default implementation of PerceptualAssociativeMemory.
 

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

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.proceduralmemory
 class ProceduralMemoryImpl
          Default implementation of ProceduralMemory.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.sensorymemory
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.sensorymemory
 class SensoryMemoryImpl
          Default abstract (i.e.
 

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

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.sensorymotormemory
 class BasicSensoryMotorMemory
          Default implementation of a Map-based SensoryMotorMemory
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace
 class WorkspaceImpl
          The Workspace contains the Perceptual and Episodic Buffers as well as the Broadcast Queue and Current Situational Model.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
 class StructureBuildingCodeletModule
          A module which maintains Codelets of workspace.
 

Uses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace.workspacebuffers
 

Subclasses of FrameworkModuleImpl in edu.memphis.ccrg.lida.workspace.workspacebuffers
 class BroadcastQueueImpl
          The BroadcastQueue is the data structure storing the recent contents of consciousness.
 class WorkspaceBufferImpl
          This class implements module of WorkspaceBuffer.