Uses of Class
fipaos.agent.FIPAOSAgent

Packages that use FIPAOSAgent
fipaos.agent 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.platform 
fipaos.platform.dfgui 
fipaos.skill.jess 
fipaos.skill.wrapper 
fipaos.tool 

Uses of FIPAOSAgent in fipaos.agent
 

Subclasses of FIPAOSAgent in fipaos.agent
class FIPAOSAgent.TestAgent
          
 

Fields in fipaos.agent declared as FIPAOSAgent
FIPAOSAgentTestAgent.IdleTask._parent
          
 

Constructors in fipaos.agent with parameters of type FIPAOSAgent
TestAgent.IdleTask.IdleTask(String target, FIPAOSAgent parent)
          Constructor
 

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)
          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.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.tool
 

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