Uses of Class
jade.domain.FIPAAgentManagement.APDescription

Packages that use APDescription
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
 

Uses of APDescription in jade.domain.introspection
 

Methods in jade.domain.introspection that return APDescription
 APDescription PlatformDescription.getPlatform()
          Retrieve the value of the platform slot of this event, containing the ap-description this notification refers to.
 

Methods in jade.domain.introspection with parameters of type APDescription
 void PlatformDescription.setPlatform(APDescription p)
          Set the platform slot of this event.
 

Uses of APDescription in jade.gui
 

Methods in jade.gui that return APDescription
 APDescription AgentTree.RemotePlatformNode.getAPDescription()
           
 

Methods in jade.gui with parameters of type APDescription
 void AgentTree.addRemotePlatformNode(AID ams, APDescription desc)
           
 void APDescriptionPanel.setAPDescription(APDescription desc)
          To set the field with the valued of a given APDescription.
 void AgentTree.RemotePlatformNode.setAPDescription(APDescription desc)
           
static void APDescriptionPanel.showAPDescriptionInDialog(APDescription desc, java.awt.Frame parent, java.lang.String title)
          To show an APDescription in a JDialog