Method | Description | |
---|---|---|
AffectDerivation ( EmotionalAppraisalAsset emotionalModule, IAppraisalFrame frame ) : IEnumerable |
Appraises a Goal's success according to the emotions that the agent is experiencing Appraises a Goal's Failure according to the emotions that the agent is experiencing Appraises a Goal's likelihood of succeeding Appraises a Goal's likelihood of failure
|
|
InverseAffectDerivation ( EmotionalAppraisalAsset emotionalModule, IEmotion emotion, IWritableAppraisalFrame frame ) : void |
Method | Description | |
---|---|---|
AppraiseGoalEnd ( |
||
OCCAppraiseCompoundEmotions ( IBaseEvent evt, float desirability, float praiseworthiness ) : OCCBaseEmotion | ||
OCCAppraisePraiseworthiness ( IBaseEvent evt, float praiseworthiness ) : OCCBaseEmotion | ||
OCCAppraiseWellBeing ( uint evtId, float desirability ) : OCCBaseEmotion |
public AffectDerivation ( EmotionalAppraisalAsset emotionalModule, IAppraisalFrame frame ) : IEnumerable |
||
emotionalModule | EmotionalAppraisalAsset | |
frame | IAppraisalFrame | |
return | IEnumerable |
public InverseAffectDerivation ( EmotionalAppraisalAsset emotionalModule, IEmotion emotion, IWritableAppraisalFrame frame ) : void | ||
emotionalModule | EmotionalAppraisalAsset | |
emotion | IEmotion | |
frame | IWritableAppraisalFrame | |
return | void |