Uses of Class
almabasedmodel.AEmotion

Packages that use AEmotion
almabasedmodel   
logging   
 

Uses of AEmotion in almabasedmodel
 

Fields in almabasedmodel with type parameters of type AEmotion
 java.util.HashMap<java.lang.Integer,java.util.HashMap<de.affect.emotion.EmotionType,AEmotion>> AEmotionState.feelingsHistory
          Here the fixed part of the feeling is stored for all agents.
 

Methods in almabasedmodel that return AEmotion
 AEmotion AEmotionState.getCurrentDominantEmotion()
          Returns the current dominant emotion from ALMA.
 

Methods in almabasedmodel that return types with arguments of type AEmotion
 java.util.ArrayList<AEmotion> AEmotionState.getCurrentEmotions()
          Returns the list of ALMA current emotions for our agent.
 

Uses of AEmotion in logging
 

Fields in logging with type parameters of type AEmotion
 java.util.ArrayList<AEmotion> EmotionsLog.emotions
          List of all agents emotions.
 

Method parameters in logging with type arguments of type AEmotion
 void AgentLogging.insertEmotions(double currentTime, java.util.ArrayList<AEmotion> currentEmotions)
          Used for inserting emotion list into emotionsHistory.
 

Constructor parameters in logging with type arguments of type AEmotion
EmotionsLog(double time, java.util.ArrayList<AEmotion> emotions)
          Constructor.