C# 클래스 EmotionalAppraisal.OCCModel.OCCEmotionType

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Parse ( string type ) : OCCEmotionType

비공개 메소드들

메소드 설명
OCCEmotionType ( string name, EmotionValence valence, bool influencesMood, string appraisalVariables ) : System.Collections.Generic

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string type ) : OCCEmotionType
type string
리턴 OCCEmotionType

프로퍼티 상세

Admiration 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Admiration
리턴 OCCEmotionType

Anger 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Anger
리턴 OCCEmotionType

AppraisalVariables 공개적으로 프로퍼티

public IEnumerable AppraisalVariables
리턴 IEnumerable

Distress 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Distress
리턴 OCCEmotionType

Gratification 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Gratification
리턴 OCCEmotionType

Gratitude 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Gratitude
리턴 OCCEmotionType

InfluencesMood 공개적으로 프로퍼티

public bool InfluencesMood
리턴 bool

Joy 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Joy
리턴 OCCEmotionType

Name 공개적으로 프로퍼티

public string Name
리턴 string

Pride 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Pride
리턴 OCCEmotionType

Remorse 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Remorse
리턴 OCCEmotionType

Reproach 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Reproach
리턴 OCCEmotionType

Shame 공개적으로 정적으로 프로퍼티

public static OCCEmotionType,EmotionalAppraisal.OCCModel Shame
리턴 OCCEmotionType

Types 공개적으로 정적으로 프로퍼티

public static string[] Types
리턴 string[]

Valence 공개적으로 프로퍼티

public EmotionValence Valence
리턴 EmotionValence