Package 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.

See:
          Description

Interface Summary
BroadcastContent This is an abstract mark for Broadcast content.
BroadcastListener Modules that need to receive Broadcast must implement this interface.
Coalition Coaltions are created and added to the GlobalWorkspace by AttentionCodelet objects.
GlobalWorkspace Interface for GlobalWorkspace.
 

Class Summary
CoalitionImpl Default implementation of Coalition.
GlobalWorkspaceImpl This class implements GlobalWorkspace and maintains the collection of Coalitions.
GlobalWorkspaceInitalizer Default implementation of Initializer for the GlobalWorkspace.
 

Package edu.memphis.ccrg.lida.globalworkspace Description

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.