Uses of Enum Class
FAtiMA.Core.util.enumerables.EmotionValence
Packages that use EmotionValence
Package
Description
-
Uses of EmotionValence in FAtiMA.Core.emotionalState
Fields in FAtiMA.Core.emotionalState declared as EmotionValenceModifier and TypeFieldDescriptionprotected final EmotionValenceBaseEmotion._valencestatic final EmotionValenceNeutralEmotion.VALENCEMethods in FAtiMA.Core.emotionalState that return EmotionValenceModifier and TypeMethodDescriptionBaseEmotion.getValence()Gets the emotion's valence (either positive or negative)Constructors in FAtiMA.Core.emotionalState with parameters of type EmotionValenceModifierConstructorDescriptionprotectedBaseEmotion(String type, EmotionValence valence, String[] appraisalVariables, float potential, Event cause) protectedBaseEmotion(String type, EmotionValence valence, 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 EmotionValenceModifierConstructorDescriptionMemoryBaseEmotion(String type, EmotionValence valence, String[] appraisalVariables, float potential, Event cause, Name direction) -
Uses of EmotionValence in FAtiMA.Core.util.enumerables
Methods in FAtiMA.Core.util.enumerables that return EmotionValenceModifier and TypeMethodDescriptionstatic EmotionValenceReturns the enum constant of this class with the specified name.static EmotionValence[]EmotionValence.values()Returns an array containing the constants of this enum class, in the order they are declared.