| Modifier and Type | Method | Description |
|---|---|---|
static OCCBaseEmotion |
OCCAffectDerivationComponent.AppraiseGoalFailure(FAtiMA.Core.AgentModel am,
FAtiMA.Core.emotionalState.ActiveEmotion hopeEmotion,
FAtiMA.Core.emotionalState.ActiveEmotion fearEmotion,
float conduciveness,
FAtiMA.Core.sensorEffector.Event e) |
Appraises a Goal's Failure according to the emotions that the agent is
experiencing
|
static OCCBaseEmotion |
OCCAffectDerivationComponent.AppraiseGoalFailureProbability(FAtiMA.Core.AgentModel am,
FAtiMA.Core.sensorEffector.Event e,
float goalConduciveness,
float prob) |
Appraises a Goal's likelihood of failure
|
static OCCBaseEmotion |
OCCAffectDerivationComponent.AppraiseGoalSuccess(FAtiMA.Core.AgentModel am,
FAtiMA.Core.emotionalState.ActiveEmotion hopeEmotion,
FAtiMA.Core.emotionalState.ActiveEmotion fearEmotion,
float conduciveness,
FAtiMA.Core.sensorEffector.Event e) |
Appraises a Goal's success according to the emotions that the agent is
experiencing
|
static OCCBaseEmotion |
OCCAffectDerivationComponent.AppraiseGoalSuccessProbability(FAtiMA.Core.AgentModel am,
FAtiMA.Core.sensorEffector.Event e,
float goalConduciveness,
float prob) |
Appraises a Goal's likelihood of succeeding
|