Uses of Class
eu.iv4xr.framework.extensions.occ.UserCharacterization
-
Uses of UserCharacterization in eu.iv4xr.framework.extensions.occ
Fields in eu.iv4xr.framework.extensions.occ declared as UserCharacterizationModifier and TypeFieldDescriptionEmotionAppraisalSystem.userModel
A model of a user (or a type of users) in terms of e.g.Methods in eu.iv4xr.framework.extensions.occ with parameters of type UserCharacterizationModifier and TypeMethodDescriptionstatic int
EmotionRelatedFunctions.decayedIntesity(UserCharacterization userModel, Emotion.EmotionType ety, int initialIntensity, int t0, int newtime)
The ifun_time function.static int
EmotionRelatedFunctions.disappointment(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusBefore, BeliefBase.Goals_Status goalsStatusAfter, Goal g, Set<Emotion> emotionset, EmotionMemory ememory)
static int
EmotionRelatedFunctions.distress(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusAfter, Event e, Goal g)
static int
EmotionRelatedFunctions.EmotionFunction(UserCharacterization userModel, Emotion.EmotionType ety, BeliefBase.Goals_Status goalsStatusBefore, BeliefBase.Goals_Status goalsStatusAfter, Event e, String targetName, Set<Emotion> emotionset, EmotionMemory ememory)
static int
EmotionRelatedFunctions.fear(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusBefore, BeliefBase.Goals_Status goalsStatusAfter, Goal g)
static int
EmotionRelatedFunctions.hope(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusBefore, BeliefBase.Goals_Status goalsStatusAfter, Goal g)
static int
EmotionRelatedFunctions.intensity(UserCharacterization userModel, Emotion.EmotionType ety, BeliefBase.Goals_Status goalsStatus, Event e, String targetName)
Intensity function, for determining the initial intensity of an emotion towards a given target, when this emotion is triggered for the first time.static int
EmotionRelatedFunctions.joy(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusAfter, Event e, Goal g)
static int
EmotionRelatedFunctions.potential(UserCharacterization userModel, Emotion.EmotionType ety, BeliefBase.Goals_Status goalsStatus, Event e, String targetName)
Potential function is used to determine the raw initial intensity of emotion towards a given goal, when it is triggered by an event.static int
EmotionRelatedFunctions.satisfaction(UserCharacterization userModel, BeliefBase.Goals_Status goalsStatusBefore, BeliefBase.Goals_Status goalsStatusAfter, Goal g, Set<Emotion> emotionset, EmotionMemory ememory)
EmotionAppraisalSystem.withUserModel(UserCharacterization userModel)