Package edu.memphis.ccrg.lida.attentioncodelets

Contains classes related to Attention Codelets.

See:
          Description

Interface Summary
AttentionCodelet A kind of Codelet that checks WorkspaceBuffer for its desired content and possibly adds Coalition to the GlobalWorkspace
 

Class Summary
AttentionCodeletImpl Abstract implementation of AttentionCodelet that checks the CSM for desired content.
AttentionCodeletModule FrameworkModule which creates and manages all AttentionCodelet.
BasicAttentionCodelet Deprecated. This may be removed in the future.
DefaultAttentionCodelet Default AttentionCodelet which seeks to create a Coalition from the most activate content above a threshold.
NeighborhoodAttentionCodelet An AttentionCodelet that seeks to create Coalitions from its sought content.
 

Package edu.memphis.ccrg.lida.attentioncodelets Description

Contains classes related to Attention Codelets. These processes function to select and bring WorkspaceContent to the GlobalWorkspace.