Package FAtiMA.Core.emotionalState
Class NeutralEmotion
- java.lang.Object
-
- FAtiMA.Core.emotionalState.BaseEmotion
-
- FAtiMA.Core.emotionalState.NeutralEmotion
-
- All Implemented Interfaces:
java.io.Serializable
public final class NeutralEmotion extends BaseEmotion
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEstatic floatPOTENTIALstatic EmotionValenceVALENCE-
Fields inherited from class FAtiMA.Core.emotionalState.BaseEmotion
_appraisalVariables, _cause, _direction, _potential, _type, _valence
-
-
Constructor Summary
Constructors Constructor Description NeutralEmotion(Event e)
-
Method Summary
-
Methods inherited from class FAtiMA.Core.emotionalState.BaseEmotion
GetAppraisalVariables, GetCause, GetDirection, GetHashKey, GetPotential, getType, getValence, hashCode, increasePotential, SetCause, setPotential, toString
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
VALENCE
public static final EmotionValence VALENCE
-
POTENTIAL
public static final float POTENTIAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NeutralEmotion
public NeutralEmotion(Event e)
-
-