Package | Description |
---|---|
emotions |
This package gathers the enumerations and classes about
emotions and their management.
|
mindfulness |
This package includes the classes that are specefically
related with mindful activities and their influence on
emotions.
|
Modifier and Type | Method and Description |
---|---|
static OrtogonalEmotion |
OrtogonalEmotion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrtogonalEmotion[] |
OrtogonalEmotion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Emotion |
EmotionUtils.oppositeEmotion(OrtogonalEmotion ortogonal)
It returns the opposite emotion of an ortogonal emtion
|
Modifier and Type | Method and Description |
---|---|
double |
PractitionerAgent.getFeeling(OrtogonalEmotion emotion)
It gets the current feeling about an emotion.
|
void |
PractitionerAgent.setFeeling(OrtogonalEmotion emotion,
double feelingValue)
It sets the initial feeling about an emotion
|