Uses of Class
almabasedmodel.AMood

Packages that use AMood
almabasedmodel   
logging   
 

Uses of AMood in almabasedmodel
 

Fields in almabasedmodel declared as AMood
 AMood AEmotionState.currentMood
          Here we store current mood of the agent - not used right now
 

Fields in almabasedmodel with type parameters of type AMood
 java.util.ArrayList<AMood> AEmotionState.moodHistory
          Here we store mood history of the agent - not used right now
 

Methods in almabasedmodel that return AMood
 AMood AEmotionState.getCurrentMood()
          Returns agent current mood.
 

Uses of AMood in logging
 

Methods in logging with parameters of type AMood
 void AgentLogging.insertMood(double currentTime, AMood currentMood)
          Used for inserting the mood into moodHistory.
 

Constructors in logging with parameters of type AMood
MoodLog(double time, AMood mood)
          Constructor.