Uses of Class
FAtiMA.Core.AgentCore
-
Packages that use AgentCore Package Description FAtiMA.Core.componentTypes FAtiMA.Core.Display FAtiMA.Core.sensorEffector -
-
Uses of AgentCore in FAtiMA.Core.componentTypes
Methods in FAtiMA.Core.componentTypes with parameters of type AgentCore Modifier and Type Method Description voidIAdvancedPerceptionsComponent. lookAtPerception(AgentCore ag, java.lang.String subject, java.lang.String target) -
Uses of AgentCore in FAtiMA.Core.Display
Methods in FAtiMA.Core.Display with parameters of type AgentCore Modifier and Type Method Description booleanABSelectionPanel. Update(AgentCore ag)abstract booleanAgentDisplayPanel. Update(AgentCore ag)booleanEmotionalStatePanel. Update(AgentCore ag)booleanEpisodicMemoryPanel. Update(AgentCore ag)booleanKnowledgeBasePanel. Update(AgentCore ag)booleanShortTermMemoryPanel. Update(AgentCore ag)Constructors in FAtiMA.Core.Display with parameters of type AgentCore Constructor Description AgentDisplay(AgentCore ag)SaveMemory(AgentCore a)TestAction(AgentCore a) -
Uses of AgentCore in FAtiMA.Core.sensorEffector
Fields in FAtiMA.Core.sensorEffector declared as AgentCore Modifier and Type Field Description protected AgentCoreRemoteAgent. _agentConstructors in FAtiMA.Core.sensorEffector with parameters of type AgentCore Constructor Description IONRemoteAgent(java.lang.String host, int port, AgentCore agent)Creates the IONRemoteAgent which tries to connect to the ION FrameworkRemoteAgent(java.lang.String host, int port, AgentCore agent, java.util.Map<java.lang.String,java.lang.String> arguments)WorldSimulatorRemoteAgent(java.lang.String host, int port, AgentCore agent, java.util.Map<java.lang.String,java.lang.String> properties)
-