Uses of Class
jade.domain.FIPAAgentManagement.APService
-
Packages that use APService Package Description 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.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 Modifier and Type Method Description voidAPDescription. addAPServices(APService a)Add a service to theap-servicesslot collection of this object.booleanAPDescription. removeAPServices(APService a)Remove a service from theap-servicesslot collection of this object. -
Uses of APService in jade.gui
Methods in jade.gui with parameters of type APService Modifier and Type Method Description static voidAPServicePanel. viewAPServiceDialog(APService ap, Dialog parent, String title)To show anAPServicein A JDialog.
-