Uses of Class
jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Packages that use AMSAgentDescription Package Description jade.core This package contains the microkernel of JADE system.jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.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 AMSAgentDescription in jade.core
Methods in jade.core that return AMSAgentDescription Modifier and Type Method Description AMSAgentDescriptionAgentManager. getAMSDescription(AID agentID)AMSAgentDescriptionMainContainerImpl. getAMSDescription(AID agentID)Return the AMS description of an agentAMSAgentDescriptionAgentDescriptor. getDescription()Methods in jade.core with parameters of type AMSAgentDescription Modifier and Type Method Description voidAgentManager. amsDeregister(AMSAgentDescription dsc)voidMainContainerImpl. amsDeregister(AMSAgentDescription dsc)Deregister an agent from the White Pages service of this platformvoidAgentManager. amsModify(AMSAgentDescription dsc)voidMainContainerImpl. amsModify(AMSAgentDescription dsc)Modify the registration of an agent to the White Pages service of this platform.voidAgentManager. amsRegister(AMSAgentDescription dsc)voidMainContainerImpl. amsRegister(AMSAgentDescription dsc)Register an agent to the White Pages service of this platformListAgentManager. amsSearch(AMSAgentDescription template, long maxResults)ListMainContainerImpl. amsSearch(AMSAgentDescription template, long maxResults)Searches the White Pages for agents whose description matches a given template.voidAgentDescriptor. setDescription(AMSAgentDescription dsc) -
Uses of AMSAgentDescription in jade.domain
Methods in jade.domain that return AMSAgentDescription Modifier and Type Method Description static AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd)searches with the passed AMS by using the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd, SearchConstraints constraints)Searches for data contained within a AMS agent.static AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd)searches with the default AMS and the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd, SearchConstraints constraints)searches with the default AMSMethods in jade.domain with parameters of type AMSAgentDescription Modifier and Type Method Description static voidAMSService. deregister(Agent a, AID AMSName, AMSAgentDescription amsd)Deregister a AMSAgentDescription from a AMS agent.static voidAMSService. deregister(Agent a, AMSAgentDescription amsd)The AID of the AMS is defaulted to the AMS of this platform.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, AID amsName, String actionName, AMSAgentDescription amsd)the default AMS is used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, AID AMSName, String actionName, AMSAgentDescription amsd, SearchConstraints constraints)In some cases it is more convenient to execute this tasks in a non-blocking way.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, String actionName, AMSAgentDescription amsd)the default AMS is used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, String actionName, AMSAgentDescription amsd, SearchConstraints constraints)the default AMS is used.static voidAMSService. modify(Agent a, AID AMSName, AMSAgentDescription amsd)Modifies data contained within a AMS agent.static voidAMSService. modify(Agent a, AMSAgentDescription amsd)The AID of the AMS is defaulted to the AMS of this platform.static voidAMSService. register(Agent a, AID AMSName, AMSAgentDescription amsd)Register a AMSAgentDescription with a AMS agent.static voidAMSService. register(Agent a, AMSAgentDescription amsd)registers aAMSAgentDescriptionwith the default AMSstatic AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd)searches with the passed AMS by using the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd, SearchConstraints constraints)Searches for data contained within a AMS agent.static AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd)searches with the default AMS and the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd, SearchConstraints constraints)searches with the default AMS -
Uses of AMSAgentDescription in jade.gui
Methods in jade.gui that return AMSAgentDescription Modifier and Type Method Description AMSAgentDescriptionAgentTree.RemoteAgentNode. getAMSDescription()Methods in jade.gui with parameters of type AMSAgentDescription Modifier and Type Method Description voidAgentTree. addRemoteAgentNode(AMSAgentDescription agent, String HAP)voidAgentTree.RemoteAgentNode. setAMSDescription(AMSAgentDescription id) -
Uses of AMSAgentDescription in jade.tools.rma
Methods in jade.tools.rma with parameters of type AMSAgentDescription Modifier and Type Method Description voidrma. registerRemoteAgentWithAMS(AMSAgentDescription amsd)
-