Uses of Class
com.fabula.timeline.service.model.Emotion

Packages that use Emotion
com.fabula.timeline.service.model   
 

Uses of Emotion in com.fabula.timeline.service.model
 

Methods in com.fabula.timeline.service.model that return types with arguments of type Emotion
 java.util.List<Emotion> Event.getEmotionList()
           
 

Method parameters in com.fabula.timeline.service.model with type arguments of type Emotion
 void Event.setEmotionList(java.util.List<Emotion> emotionList)