Uses of Interface
edu.memphis.ccrg.lida.framework.shared.RefractoryPeriod

Packages that use RefractoryPeriod
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 RefractoryPeriod in edu.memphis.ccrg.lida.attentioncodelets
 

Subinterfaces of RefractoryPeriod in edu.memphis.ccrg.lida.attentioncodelets
 interface AttentionCodelet
          A kind of Codelet that checks WorkspaceBuffer for its desired content and possibly adds Coalition to the GlobalWorkspace
 

Classes in edu.memphis.ccrg.lida.attentioncodelets that implement RefractoryPeriod
 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.
 

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

Subinterfaces of RefractoryPeriod in edu.memphis.ccrg.lida.globalworkspace
 interface GlobalWorkspace
          Interface for GlobalWorkspace.
 

Classes in edu.memphis.ccrg.lida.globalworkspace that implement RefractoryPeriod
 class GlobalWorkspaceImpl
          This class implements GlobalWorkspace and maintains the collection of Coalitions.