Uses of Class
FAtiMA.Core.emotionalState.EmotionalState
-
Packages that use EmotionalState Package Description FAtiMA.Core FAtiMA.Core.Display FAtiMA.Core.emotionalState FAtiMA.Core.sensorEffector FAtiMA.Core.util.parsers -
-
Uses of EmotionalState in FAtiMA.Core
Fields in FAtiMA.Core declared as EmotionalState Modifier and Type Field Description protected EmotionalStateAgentCore. _emotionalStateMethods in FAtiMA.Core that return EmotionalState Modifier and Type Method Description EmotionalStateAgentCore. getEmotionalState()EmotionalStateAgentModel. getEmotionalState()EmotionalStateAgentCore. simulateEmotionalState(Event simulatedEvent, IComponent callingComponent)EmotionalStateAgentModel. simulateEmotionalState(Event ficticiousEvent, IComponent callingComponent)Methods in FAtiMA.Core with parameters of type EmotionalState Modifier and Type Method Description ActiveEmotionValuedAction. getEmotion(EmotionalState es)Gets the Emotion that supports this actionfloatValuedAction. getValue(EmotionalState es)Gets an emotional value associated with the action -
Uses of EmotionalState in FAtiMA.Core.Display
Methods in FAtiMA.Core.Display that return EmotionalState Modifier and Type Method Description protected EmotionalStateEmotionalStatePanel. getEmotionalState(AgentModel am) -
Uses of EmotionalState in FAtiMA.Core.emotionalState
Methods in FAtiMA.Core.emotionalState that return EmotionalState Modifier and Type Method Description EmotionalStateEmotionalState. clone() -
Uses of EmotionalState in FAtiMA.Core.sensorEffector
Methods in FAtiMA.Core.sensorEffector with parameters of type EmotionalState Modifier and Type Method Description voidRemoteAgent. ReportInternalState(EmotionalState es) -
Uses of EmotionalState in FAtiMA.Core.util.parsers
Constructors in FAtiMA.Core.util.parsers with parameters of type EmotionalState Constructor Description EmotionDispositionsLoaderHandler(EmotionalState es)
-