Package | Description |
---|---|
org.botlibre.api.emotion | |
org.botlibre.emotion |
Modifier and Type | Method and Description |
---|---|
Emotion |
Mood.getEmotion(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Emotion> |
Mood.getEmotions() |
Modifier and Type | Method and Description |
---|---|
void |
Mood.addEmotion(Emotion emotion) |
void |
Mood.removeEmotion(Emotion emotion) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEmotion
Defines a emotion.
|
class |
Anger
Anger represents the emotions from rage to tranquility.
|
class |
Fear
Fear represents the emotions from panic to confidence.
|
class |
Happiness
Happiness represents the emotions from happy to sad.
|
class |
Humor
Humor represents the emotions from laughter to serious.
|
class |
Love
Love represents the emotions from lust to hate.
|
class |
Sentiment
Sentiment represents good vs bad feelings.
|
class |
Surprise
Surprise represents the emotions from surprise to boredom.
|
Modifier and Type | Method and Description |
---|---|
Emotion |
BasicMood.getEmotion(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Emotion> |
BasicMood.getEmotions() |
Modifier and Type | Method and Description |
---|---|
void |
BasicMood.addEmotion(Emotion emotion) |
void |
BasicMood.removeEmotion(Emotion emotion) |