Uses of Package
edu.memphis.ccrg.lida.globalworkspace.triggers

Packages that use edu.memphis.ccrg.lida.globalworkspace.triggers
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. 
 

Classes in edu.memphis.ccrg.lida.globalworkspace.triggers used by edu.memphis.ccrg.lida.globalworkspace
BroadcastTrigger
          A Trigger determines when a new Broadcast must be triggered.
TriggerListener
          This interface should be implemented by the class that wants to receive a trigger notification.
 

Classes in edu.memphis.ccrg.lida.globalworkspace.triggers used by edu.memphis.ccrg.lida.globalworkspace.triggers
AggregateCoalitionActivationTrigger
          Implements a trigger that is activated when the sum of all Coalitions in GlobalWorkspace is greater than the threshold.
BroadcastTrigger
          A Trigger determines when a new Broadcast must be triggered.
NoBroadcastOccurringTrigger
          This triggers activates if 'delay' ticks has passed without a broadcast.
TriggerListener
          This interface should be implemented by the class that wants to receive a trigger notification.