public class EmotionUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.text.DecimalFormat |
EMOTION_FORMAT
Decimal format of the double values for being printed when
representing emotions
|
static java.lang.Double |
NEUTRAL_THRESHOLD
The threshold feeling absolute value below which the ortogonal emotion
is considered neutral.
|
| Constructor and Description |
|---|
EmotionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Emotion |
oppositeEmotion(OrtogonalEmotion ortogonal)
It returns the opposite emotion of an ortogonal emtion
|
public static java.lang.Double NEUTRAL_THRESHOLD
public static java.text.DecimalFormat EMOTION_FORMAT
public static Emotion oppositeEmotion(OrtogonalEmotion ortogonal)
ortogonal - the ortogonal emotion