Uses of Class
FAtiMA.Core.sensorEffector.Event
-
Packages that use Event Package Description FAtiMA.Core FAtiMA.Core.componentTypes FAtiMA.Core.conditions FAtiMA.Core.emotionalState FAtiMA.Core.goals FAtiMA.Core.memory.episodicMemory FAtiMA.Core.sensorEffector -
-
Uses of Event in FAtiMA.Core
Fields in FAtiMA.Core with type parameters of type Event Modifier and Type Field Description protected java.util.ArrayList<Event>AgentCore. _perceivedEventsMethods in FAtiMA.Core with parameters of type Event Modifier and Type Method Description voidAgentCore. PerceiveActionFailed(Event e)voidAgentCore. PerceiveEvent(Event e)Perceives a given event from the virtual worldEmotionalStateAgentCore. simulateEmotionalState(Event simulatedEvent, IComponent callingComponent)EmotionalStateAgentModel. simulateEmotionalState(Event ficticiousEvent, IComponent callingComponent)voidDialogManager. UpdateDialogState(Event speechEvent, Memory m) -
Uses of Event in FAtiMA.Core.componentTypes
Methods in FAtiMA.Core.componentTypes with parameters of type Event Modifier and Type Method Description voidIAdvancedPerceptionsComponent. actionFailedPerception(Event e)voidIAppraisalDerivationComponent. appraisal(AgentModel am, Event e, AppraisalFrame af)voidIComponent. update(AgentModel am, Event e) -
Uses of Event in FAtiMA.Core.conditions
Constructors in FAtiMA.Core.conditions with parameters of type Event Constructor Description PastEventCondition(boolean occurred, Event e)RecentEventCondition(boolean occurred, Event e) -
Uses of Event in FAtiMA.Core.emotionalState
Fields in FAtiMA.Core.emotionalState declared as Event Modifier and Type Field Description protected EventBaseEmotion. _causeMethods in FAtiMA.Core.emotionalState that return Event Modifier and Type Method Description EventBaseEmotion. GetCause()Gets the cause of the emotionEventAppraisalFrame. getEvent()Methods in FAtiMA.Core.emotionalState with parameters of type Event Modifier and Type Method Description ActiveEmotionEmotionalState. GetStrongestEmotion(Event event)Gets the current strongest emotion (the one with highest intensity) in the character's emotional state, which was triggered by the received eventvoidBaseEmotion. SetCause(Event cause)Sets the emotion's causeConstructors in FAtiMA.Core.emotionalState with parameters of type Event Constructor Description AppraisalFrame(Event e)BaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause)BaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause, Name direction)Creates a new BasicEmotionNeutralEmotion(Event e) -
Uses of Event in FAtiMA.Core.goals
Methods in FAtiMA.Core.goals that return Event Modifier and Type Method Description protected EventGoal. generateEventDescription(short goalEventType)EventGoal. GetActivationEvent()Gets an Event that represents the goal's activationEventGoal. GetCancelEvent()EventGoal. GetFailureEvent()Gets an Event that represents the goal's failureEventGoal. GetSuccessEvent()Gets an Event that represents the goal's success -
Uses of Event in FAtiMA.Core.memory.episodicMemory
Methods in FAtiMA.Core.memory.episodicMemory with parameters of type Event Modifier and Type Method Description voidShortTermEpisodicMemory. AddActionDetail(Memory m, Event e, java.lang.String location)floatAutobiographicalMemory. AssessFamiliarity(Event e)floatMemoryEpisode. AssessFamiliarity(Event event)voidEpisodicMemory. AssociateEmotionToAction(Memory m, ActiveEmotion em, Event cause)voidShortTermEpisodicMemory. AssociateEmotionToDetail(Memory m, ActiveEmotion em, Event cause, java.lang.String location)static java.util.ArrayList<SearchKey>EpisodicMemory. GenerateSearchKeys(Event e)booleanActionDetail. ReferencesEvent(Event e)voidEpisodicMemory. StoreAction(Memory m, Event e)Constructors in FAtiMA.Core.memory.episodicMemory with parameters of type Event Constructor Description ActionDetail(Memory m, int ID, Event e, java.lang.String location)MemoryBaseEmotion(java.lang.String type, EmotionValence valence, java.lang.String[] appraisalVariables, float potential, Event cause, Name direction) -
Uses of Event in FAtiMA.Core.sensorEffector
Methods in FAtiMA.Core.sensorEffector that return Event Modifier and Type Method Description EventEvent. ApplyPerspective(java.lang.String agentName)static EventEvent. ParseEvent(java.lang.String subject, java.lang.String action, java.lang.String target, java.lang.String parameters)Parses an eventEventEvent. RemovePerspective(java.lang.String agentName)EventRemoteAction. toEvent(short actionEventType)Converts the RemoteAction to an EventEventSpeechAct. toEvent(short actionEventType)Converts the SpeechAct to an EventMethods in FAtiMA.Core.sensorEffector with parameters of type Event Modifier and Type Method Description static booleanEvent. MatchEvent(Event matchRule, Event eventPerception)Receives two events and sees if they match.
-