Uses of Class
synesketch.emotion.EmotionalState

Packages that use EmotionalState
synesketch.emotion   
 

Uses of EmotionalState in synesketch.emotion
 

Methods in synesketch.emotion that return EmotionalState
 EmotionalState Empathyscope.feel(java.lang.String text)
          Textual affect sensing behavior, the main NLP alghoritm which uses Synesketch Lexicon and several heuristic rules.
 EmotionalState EmotionalState.getPrevious()
          Getter for the previous EmotionalState
 

Methods in synesketch.emotion with parameters of type EmotionalState
 void EmotionalState.setPrevious(EmotionalState previous)
          Setter for the previous EmotionalState