Uses of Interface
edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspace

Packages that use GlobalWorkspace
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. 
edu.memphis.ccrg.lida.globalworkspace.triggers Contains classes related to the triggering of the competition for the global conscious broadcast. 
 

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

Fields in edu.memphis.ccrg.lida.attentioncodelets declared as GlobalWorkspace
protected  GlobalWorkspace AttentionCodeletImpl.globalWorkspace
          where Coalitions will be added
 

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

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

Uses of GlobalWorkspace in edu.memphis.ccrg.lida.globalworkspace.triggers
 

Fields in edu.memphis.ccrg.lida.globalworkspace.triggers declared as GlobalWorkspace
protected  GlobalWorkspace AggregateCoalitionActivationTrigger.gw
          The GlobalWorkspace
 

Methods in edu.memphis.ccrg.lida.globalworkspace.triggers with parameters of type GlobalWorkspace
 void BroadcastTrigger.init(java.util.Map<java.lang.String,java.lang.Object> parameters, GlobalWorkspace gw)
          This method is a generic way to setup the Trigger.
 void NoBroadcastOccurringTrigger.init(java.util.Map<java.lang.String,java.lang.Object> parameters, GlobalWorkspace gw)
          This init expects an Integer with name "delay" standing for trigger delay.
 void AggregateCoalitionActivationTrigger.init(java.util.Map<java.lang.String,java.lang.Object> parameters, GlobalWorkspace gw)