Package FAtiMA.OCCAffectDerivation
Enum OCCEmotionType
- java.lang.Object
-
- java.lang.Enum<OCCEmotionType>
-
- FAtiMA.OCCAffectDerivation.OCCEmotionType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OCCEmotionType>
public enum OCCEmotionType extends java.lang.Enum<OCCEmotionType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADMIRATIONANGERDISAPPOINTMENTDISTRESSFEARFEARS_CONFIRMEDGLOATINGGRATIFICATIONHAPPY_FORHATEHOPEJOYLOVEPITTYPRIDERELIEFREMORSEREPROACHRESENTMENTSATISFACTIONSHAME
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String[]getAppraisalVariables()FAtiMA.Core.util.enumerables.EmotionValencegetValence()static OCCEmotionTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OCCEmotionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADMIRATION
public static final OCCEmotionType ADMIRATION
-
ANGER
public static final OCCEmotionType ANGER
-
DISAPPOINTMENT
public static final OCCEmotionType DISAPPOINTMENT
-
DISTRESS
public static final OCCEmotionType DISTRESS
-
FEAR
public static final OCCEmotionType FEAR
-
FEARS_CONFIRMED
public static final OCCEmotionType FEARS_CONFIRMED
-
GRATIFICATION
public static final OCCEmotionType GRATIFICATION
-
GLOATING
public static final OCCEmotionType GLOATING
-
HAPPY_FOR
public static final OCCEmotionType HAPPY_FOR
-
HATE
public static final OCCEmotionType HATE
-
HOPE
public static final OCCEmotionType HOPE
-
JOY
public static final OCCEmotionType JOY
-
LOVE
public static final OCCEmotionType LOVE
-
PITTY
public static final OCCEmotionType PITTY
-
PRIDE
public static final OCCEmotionType PRIDE
-
RELIEF
public static final OCCEmotionType RELIEF
-
REMORSE
public static final OCCEmotionType REMORSE
-
REPROACH
public static final OCCEmotionType REPROACH
-
RESENTMENT
public static final OCCEmotionType RESENTMENT
-
SATISFACTION
public static final OCCEmotionType SATISFACTION
-
SHAME
public static final OCCEmotionType SHAME
-
-
Method Detail
-
values
public static OCCEmotionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OCCEmotionType c : OCCEmotionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OCCEmotionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getAppraisalVariables
public abstract java.lang.String[] getAppraisalVariables()
-
getValence
public FAtiMA.Core.util.enumerables.EmotionValence getValence()
-
-