|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coalition | |
---|---|
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 Coalition in edu.memphis.ccrg.lida.globalworkspace |
---|
Classes in edu.memphis.ccrg.lida.globalworkspace that implement Coalition | |
---|---|
class |
CoalitionImpl
Default implementation of Coalition . |
Methods in edu.memphis.ccrg.lida.globalworkspace with parameters of type Coalition | |
---|---|
boolean |
GlobalWorkspace.addCoalition(Coalition coalition)
This method is invoked by the AttentionCodelet to add a new
Coalition |
boolean |
GlobalWorkspaceImpl.addCoalition(Coalition coalition)
|
Uses of Coalition in edu.memphis.ccrg.lida.globalworkspace.triggers |
---|
Method parameters in edu.memphis.ccrg.lida.globalworkspace.triggers with type arguments of type Coalition | |
---|---|
void |
BroadcastTrigger.checkForTriggerCondition(java.util.Collection<Coalition> coalitions)
Each time a new Coalition is put in the GW, this method is called for all the registered Triggers. |
void |
NoCoalitionArrivingTrigger.checkForTriggerCondition(java.util.Collection<Coalition> coalitions)
Called each time a new coalition is added to the GlobalWorkspace each BroadcastTrigger 's
'checkForTriggerCondition' method is called. |
void |
IndividualCoaltionActivationTrigger.checkForTriggerCondition(java.util.Collection<Coalition> coalitions)
Triggers a broadcast if any Coalition has activation over threshold. |
void |
NoBroadcastOccurringTrigger.checkForTriggerCondition(java.util.Collection<Coalition> coalitions)
|
void |
AggregateCoalitionActivationTrigger.checkForTriggerCondition(java.util.Collection<Coalition> coalitions)
This method is executed each time a new Coalition enters the GlobalWorkspace and
calculates the total activation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |