Uses of Class
jade.domain.FIPAAgentManagement.APService

Packages that use APService
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001). 
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
 

Uses of APService in jade.domain.FIPAAgentManagement
 

Methods in jade.domain.FIPAAgentManagement with parameters of type APService
 void APDescription.addAPServices(APService a)
          Add a service to the ap-services slot collection of this object.
 boolean APDescription.removeAPServices(APService a)
          Remove a service from the ap-services slot collection of this object.
 

Uses of APService in jade.gui
 

Methods in jade.gui with parameters of type APService
static void APServicePanel.viewAPServiceDialog(APService ap, java.awt.Dialog parent, java.lang.String title)
          To show an APService in A JDialog.