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

Contains classes related to the triggering of the competition for the global conscious broadcast.

See:
          Description

Interface Summary
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.
 

Class Summary
AggregateCoalitionActivationTrigger Implements a trigger that is activated when the sum of all Coalitions in GlobalWorkspace is greater than the threshold.
IndividualCoaltionActivationTrigger If any coalition is above threshold, this trigger will fire.
NoBroadcastOccurringTrigger This triggers activates if 'delay' ticks has passed without a broadcast.
NoCoalitionArrivingTrigger This trigger fires when 'delay' ms has passed without a new broadcast.
TriggerTask TriggerTask is executed when the Timer object goes off.
 

Package edu.memphis.ccrg.lida.globalworkspace.triggers Description

Contains classes related to the triggering of the competition for the global conscious broadcast.