Uses of Interface
edu.memphis.ccrg.lida.attentioncodelets.AttentionCodelet

Packages that use AttentionCodelet
edu.memphis.ccrg.lida.attentioncodelets Contains classes related to Attention Codelets. 
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. 
 

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

Classes in edu.memphis.ccrg.lida.attentioncodelets that implement AttentionCodelet
 class AttentionCodeletImpl
          Abstract implementation of AttentionCodelet that checks the CSM for desired content.
 class BasicAttentionCodelet
          Basic implementation of AttentionCodelet
 class NeighborhoodAttentionCodelet
          Creates Coalitions if the nodes specified in the 'nodes' parameter are present.
 

Methods in edu.memphis.ccrg.lida.attentioncodelets that return AttentionCodelet
 AttentionCodelet AttentionCodeletModule.getCodelet(java.lang.String type)
           
 AttentionCodelet AttentionCodeletModule.getCodelet(java.lang.String type, java.util.Map<java.lang.String,java.lang.Object> params)
           
 AttentionCodelet AttentionCodeletModule.getDefaultCodelet()
           
 AttentionCodelet AttentionCodeletModule.getDefaultCodelet(java.util.Map<java.lang.String,java.lang.Object> params)
           
 

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

Methods in edu.memphis.ccrg.lida.globalworkspace that return AttentionCodelet
 AttentionCodelet Coalition.getCreatingAttentionCodelet()
          Returns the attention codelet that creates this coalition
 AttentionCodelet CoalitionImpl.getCreatingAttentionCodelet()
           
 

Constructors in edu.memphis.ccrg.lida.globalworkspace with parameters of type AttentionCodelet
CoalitionImpl(NodeStructure content, double activation, AttentionCodelet codelet)
          Constructs a coalition with content and sets activation to be equal to the normalized sum of the activation of the Linkables in the NodeStructure times the activation of the creating AttentionCodelet