Uses of Class
fipaos.agent.FIPAOSAgent

Packages that use FIPAOSAgent
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 

Uses of FIPAOSAgent in fipaos.agent
 

Methods in fipaos.agent with parameters of type FIPAOSAgent
ConversationManagerFIPAOSAgentComponentFactory.getCM(ConversationListener cl, MTS mts, FIPAOSAgent agent, DatabaseProfile dbp, ProtocolProfile pp)
          Generates a ConversationManager implementation
TaskManagerFIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp)
          Generates a TaskManager implementation
ConversationManagerStandardFIPAOSAgentComponentFactory.getCM(ConversationListener cl, MTS mts, FIPAOSAgent agent, DatabaseProfile dbp, ProtocolProfile pp)
          Generates a ConversationManager implementation
TaskManagerStandardFIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp)
          Generates a TaskManager implementation
 

Uses of FIPAOSAgent in fipaos.agent.conversation.lightweight
 

Constructors in fipaos.agent.conversation.lightweight with parameters of type FIPAOSAgent
LightweightConversationManagerImpl.LightweightConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile)
          Create and initalise the CM.
 

Uses of FIPAOSAgent in fipaos.agent.conversation.standard
 

Constructors in fipaos.agent.conversation.standard with parameters of type FIPAOSAgent
ConversationManagerImpl.ConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile)
          Create and initalise the CM.
 

Uses of FIPAOSAgent in fipaos.agent.task
 

Constructors in fipaos.agent.task with parameters of type FIPAOSAgent
TaskManager.TaskManager(FIPAOSAgent owner, MessageSender ms, Task top_level_parent, TaskManagerProfile tmp)
          Constructs an empty task manager.
 

Uses of FIPAOSAgent in fipaos.platform
 

Subclasses of FIPAOSAgent in fipaos.platform
class AgentManagementSystem
          The AMS is the controller of agent activity on the platform.
class DirectoryFacilitator
          Directory Facilitator implementation
 

Uses of FIPAOSAgent in fipaos.platform.agentcities
 

Subclasses of FIPAOSAgent in fipaos.platform.agentcities
class PingAgent
          AgentCities ping-agent implementation
 

Uses of FIPAOSAgent in fipaos.platform.dfgui
 

Subclasses of FIPAOSAgent in fipaos.platform.dfgui
class 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
 

Uses of FIPAOSAgent in fipaos.skill.jess
 

Subclasses of FIPAOSAgent in fipaos.skill.jess
class JessAgent
          
 

Uses of FIPAOSAgent in fipaos.skill.wrapper
 

Constructors in fipaos.skill.wrapper with parameters of type FIPAOSAgent
FIPAWrapperTask.FIPAWrapperTask(FIPAOSAgent owner, TaskManager sm)
          FIPA Wrapper constructor creates the wrapper state and makes the calls to the API to start everything going.
 

Uses of FIPAOSAgent in fipaos.test.agent
 

Subclasses of FIPAOSAgent in fipaos.test.agent
class AgentMessagingTest.TestAgent
          Simple agent to send messages & count the number received
class MessageTimingAgent
          This agent aims to test the round-trip time for sending messages to a counter-part agent
 

Uses of FIPAOSAgent in fipaos.tool
 

Subclasses of FIPAOSAgent in fipaos.tool
class IOTestAgent
          Simple test agent for testing interoperability.
 

Uses of FIPAOSAgent in fipaos.tutorial
 

Subclasses of FIPAOSAgent in fipaos.tutorial
class GenericAgent
          The Generic Agent is a tutorial agent showing how to construct an 'empty' agent that simply registers with the local agent platform.
class PingAgent
          PingAgent provides demonstration of the upgraded TaskManager functionality.
class 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.
 

Uses of FIPAOSAgent in fipaos.tutorial.emarkets.agent
 

Subclasses of FIPAOSAgent in fipaos.tutorial.emarkets.agent
class SubscribingAgent
          Abstract class that provides the ability to subscribe to another agent using the FIPA subscribe protocol
 

Uses of FIPAOSAgent in fipaos.tutorial.emarkets.agent.manager
 

Subclasses of FIPAOSAgent in fipaos.tutorial.emarkets.agent.manager
class MarketManagerAgent
          This class represents an agent that manages an e-marketplace.