C# Class EmotionalAppraisal.OCCModel.OCCEmotionType

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
Admiration OCCEmotionType
Anger OCCEmotionType
AppraisalVariables IEnumerable
Distress OCCEmotionType
Gratification OCCEmotionType
Gratitude OCCEmotionType
InfluencesMood bool
Joy OCCEmotionType
Name string
Pride OCCEmotionType
Remorse OCCEmotionType
Reproach OCCEmotionType
Shame OCCEmotionType
Types string[]
Valence EmotionValence

Méthodes publiques

Méthode Description
Parse ( string type ) : OCCEmotionType

Private Methods

Méthode Description
OCCEmotionType ( string name, EmotionValence valence, bool influencesMood, string appraisalVariables ) : System.Collections.Generic

Method Details

Parse() public static méthode

public static Parse ( string type ) : OCCEmotionType
type string
Résultat OCCEmotionType

Property Details

Admiration public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Admiration
Résultat OCCEmotionType

Anger public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Anger
Résultat OCCEmotionType

AppraisalVariables public_oe property

public IEnumerable AppraisalVariables
Résultat IEnumerable

Distress public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Distress
Résultat OCCEmotionType

Gratification public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Gratification
Résultat OCCEmotionType

Gratitude public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Gratitude
Résultat OCCEmotionType

InfluencesMood public_oe property

public bool InfluencesMood
Résultat bool

Joy public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Joy
Résultat OCCEmotionType

Name public_oe property

public string Name
Résultat string

Pride public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Pride
Résultat OCCEmotionType

Remorse public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Remorse
Résultat OCCEmotionType

Reproach public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Reproach
Résultat OCCEmotionType

Shame public_oe static_oe property

public static OCCEmotionType,EmotionalAppraisal.OCCModel Shame
Résultat OCCEmotionType

Types public_oe static_oe property

public static string[] Types
Résultat string[]

Valence public_oe property

public EmotionValence Valence
Résultat EmotionValence