Uses of Package
fipaos.agent

Packages that use fipaos.agent
fipaos.agent 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.platform 
fipaos.platform.agentcities 
fipaos.platform.dfgui 
fipaos.skill.wrapper 
fipaos.test.agent 
fipaos.tool 

Classes in fipaos.agent used by fipaos.agent
FIPAOSAgent
          Base FIPA-OS agent class implementing FIPA-OS specifics for agent to
agent communication.
FIPAOSAgentComponentFactory
          Interface to be implemented by factories to generate core agent components
based upon a set of parameters
StandardFIPAOSAgentComponentFactory
          Default implementation of FIPAOSAgentComponentFactory
 

Classes in fipaos.agent used by fipaos.agent.conversation.lightweight
LightweightConversationManagerImpl
          
 

Classes in fipaos.agent used by fipaos.agent.conversation.standard
ConversationManagerImpl
          This class embodies the core functionality of the ConversationManagerImpl.
 

Classes in fipaos.agent used by fipaos.agent.task
TaskManager
          The TaskManager class stores task objects with their associated conversation IDs for
an agent.
 

Classes in fipaos.agent used by fipaos.platform
AgentManagementSystem
          The AMS is the controller of agent activity on the platform.
DirectoryFacilitator
          Directory Facilitator implementation
 

Classes in fipaos.agent used by fipaos.platform.agentcities
PingAgent
          AgentCities ping-agent implementation
 

Classes in fipaos.agent used by fipaos.platform.dfgui
DFGUIAgent
          This a basic shell for DFGUI implementations to extend - all Agent based interactions
are handled by this class, enabling developers to concentrate on the UI to present
this functionality/information
 

Classes in fipaos.agent used by fipaos.skill.wrapper
FIPAWrapperTask
          This is a default implementation of a FIPA Wrapper.
 

Classes in fipaos.agent used by fipaos.test.agent
AgentMessagingTest.TestAgent
          Simple agent to send messages & count the number received
MessageTimingAgent
          This agent aims to test the round-trip time for sending messages to a counter-part
agent
NotUnderstoodTest.TestAgent
          Simple agent to send messages & count the number received
 

Classes in fipaos.agent used by fipaos.tool
IOTestAgent
          Simple test agent for testing interoperability.