Uses of Class
fipaos.ont.fipa.fipaman.DFAgentDescription

Packages that use DFAgentDescription
fipaos.agent 
fipaos.agent.task 
fipaos.ont.fipa.fipaman 
fipaos.platform.df 
fipaos.platform.dfgui 
fipaos.platform.dfgui.swing 

Uses of DFAgentDescription in fipaos.agent
 

Methods in fipaos.agent with parameters of type DFAgentDescription
voidTestAgent.IdleTask.DFSearchResults(DFAgentDescription[] descs)
          
 

Uses of DFAgentDescription in fipaos.agent.task
 

Constructors in fipaos.agent.task with parameters of type DFAgentDescription
DFSearchTask.DFSearchTask(DFAgentDescription df_desc, boolean federated)
          Searches the local platform DF for any agents matching the specified DF description.
DFSearchTask.DFSearchTask(DFAgentDescription df_desc, SearchConstraints constraints)
          Searches the local platform DF for any agents matching the specified DF description using the specified search constraint.
DFSearchTask.DFSearchTask(DFAgentDescription desc)
          Constructs the DF search task object which will perform a search using the given description
DFSearchTask.DFSearchTask(String df, DFAgentDescription df_desc, boolean federated)
          Searches the specified DF for any agents matching the specified DF description.
DFSearchTask.DFSearchTask(String df, DFAgentDescription df_desc, SearchConstraints constraints, boolean federated)
          Searches the specified DF for any agents matching the specified DF description using the specified search contraint.
 

Uses of DFAgentDescription in fipaos.ont.fipa.fipaman
 

Methods in fipaos.ont.fipa.fipaman that return DFAgentDescription
DFAgentDescriptionAgentManagementAction.getDFAgentDescription()
          This method returns the df-description object.
 

Methods in fipaos.ont.fipa.fipaman with parameters of type DFAgentDescription
voidAgentManagementAction.setDFAgentDescription(DFAgentDescription df_desc)
          This method sets the df-description object
 

Uses of DFAgentDescription in fipaos.platform.df
 

Constructors in fipaos.platform.df with parameters of type DFAgentDescription
DFRegistrationTask.DFRegistrationTask(AgentID df, DFAgentDescription dfad)
          Create a Task to register with the DF
DFRegistrationTask.DFRegistrationTask(DFAgentDescription dfad)
          Create a Task to register with the DF
 

Methods in fipaos.platform.df with parameters of type DFAgentDescription
voidDFListener.deregistered(DFAgentDescription dfad)
          Invoked when an Agent has successfully deregistered from the DF
voidDFListener.modified(DFAgentDescription dfad)
          Invoked when an Agent has successfully updated its DFAgentDescription with the DF
voidDFListener.registered(DFAgentDescription dfad)
          Invoked when an Agent has succesfully registered with the DF
 

Uses of DFAgentDescription in fipaos.platform.dfgui
 

Methods in fipaos.platform.dfgui with parameters of type DFAgentDescription
abstract voidDFGUIAgent.deregistered(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been deregistered with a DF that has previously been searched
abstract voidDFGUIAgent.modified(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been modified with a DF that has previously been searched
abstract voidDFGUIAgent.registered(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been registered with a DF that has previously been searched
voidDFGUITestAgent.deregistered(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been deregistered with a DF that has previously been searched
voidDFGUITestAgent.modified(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been modified with a DF that has previously been searched
voidDFGUITestAgent.registered(AgentID df, DFAgentDescription df_desc)
          Invoked when an Agent has been registered with a DF that has previously been searched
 

Uses of DFAgentDescription in fipaos.platform.dfgui.swing
 

Constructors in fipaos.platform.dfgui.swing with parameters of type DFAgentDescription
DFAgentDescriptionEditor.DFAgentDescriptionEditor(String selected_agent, DFAgentDescription desc, boolean read_only)
          Creates new form DFAgenrtDescriptionEditor.
 

Methods in fipaos.platform.dfgui.swing with parameters of type DFAgentDescription
voidSwingDFGUIAgent.deregistered(AgentID aid, DFAgentDescription description)
          Notification from the super class when agent has deregistered.
voidSwingDFGUIAgent.modified(AgentID aid, DFAgentDescription description)
          Notification from the super class when agent has been modified.
voidSwingDFGUIAgent.registered(AgentID aid, DFAgentDescription description)
          Notification from the super class when agent has been registered.