Uses of Class
FAtiMA.Core.util.enumerables.EmotionValence
-
Packages that use EmotionValence Package Description FAtiMA.Core.emotionalState FAtiMA.Core.memory.episodicMemory FAtiMA.Core.util.enumerables -
-
Uses of EmotionValence in FAtiMA.Core.emotionalState
Fields in FAtiMA.Core.emotionalState declared as EmotionValence Modifier and Type Field Description protected EmotionValenceBaseEmotion. _valencestatic EmotionValenceNeutralEmotion. VALENCEMethods in FAtiMA.Core.emotionalState that return EmotionValence Modifier and Type Method Description EmotionValenceBaseEmotion. getValence()Gets the emotion's valence (either positive or negative)Constructors in FAtiMA.Core.emotionalState with parameters of type EmotionValence Constructor Description BaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause)BaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause, Name direction)Creates a new BasicEmotion -
Uses of EmotionValence in FAtiMA.Core.memory.episodicMemory
Constructors in FAtiMA.Core.memory.episodicMemory with parameters of type EmotionValence Constructor Description MemoryBaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause, Name direction) -
Uses of EmotionValence in FAtiMA.Core.util.enumerables
Methods in FAtiMA.Core.util.enumerables that return EmotionValence Modifier and Type Method Description static EmotionValenceEmotionValence. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmotionValence[]EmotionValence. values()Returns an array containing the constants of this enum type, in the order they are declared.
-