Uses of Class
jade.domain.FIPAAgentManagement.APDescription
-
Packages that use APDescription Package Description 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.jade.tools.rma -
-
Uses of APDescription in jade.domain.introspection
Methods in jade.domain.introspection that return APDescription Modifier and Type Method Description APDescriptionPlatformDescription. getPlatform()Retrieve the value of theplatformslot of this event, containing theap-descriptionthis notification refers to.Methods in jade.domain.introspection with parameters of type APDescription Modifier and Type Method Description voidPlatformDescription. setPlatform(APDescription p)Set theplatformslot of this event. -
Uses of APDescription in jade.gui
Methods in jade.gui that return APDescription Modifier and Type Method Description APDescriptionAgentTree.RemotePlatformNode. getAPDescription()Methods in jade.gui with parameters of type APDescription Modifier and Type Method Description voidAgentTree. addRemotePlatformNode(AID ams, APDescription desc)voidAgentTree.RemotePlatformNode. setAPDescription(APDescription desc)voidAPDescriptionPanel. setAPDescription(APDescription desc)To set the field with the valued of a given APDescription.static voidAPDescriptionPanel. showAPDescriptionInDialog(APDescription desc, Frame parent, String title)To show an APDescription in a JDialog -
Uses of APDescription in jade.tools.rma
Methods in jade.tools.rma with parameters of type APDescription Modifier and Type Method Description voidrma. refreshRemoteAgent(APDescription platform, AID ams)voidrma. removeRemotePlatform(APDescription platform)voidrma. viewAPDescription(APDescription remoteAP, String title)
-