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.jess 
fipaos.skill.wrapper 
fipaos.test.agent 
fipaos.tool 
fipaos.tutorial 
fipaos.tutorial.emarkets.agent 
fipaos.tutorial.emarkets.agent.manager 

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.jess
JessAgent
          
 

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
 

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

Classes in fipaos.agent used by fipaos.tutorial
GenericAgent
          The Generic Agent is a tutorial agent showing how to construct an 'empty' agent that simply registers with the local agent platform.
PingAgent
          PingAgent provides demonstration of the upgraded TaskManager functionality.
SearchAgent
          The Search Agent is a tutorial agent showing how to construct an agent that simply registers with the local agent platform, and queries the DF for a list of registered Agents.
 

Classes in fipaos.agent used by fipaos.tutorial.emarkets.agent
SubscribingAgent
          Abstract class that provides the ability to subscribe to another agent using the FIPA subscribe protocol
 

Classes in fipaos.agent used by fipaos.tutorial.emarkets.agent.manager
MarketManagerAgent
          This class represents an agent that manages an e-marketplace.