Uses of Class
jade.domain.FIPAAgentManagement.DFAgentDescription
-
Packages that use DFAgentDescription Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.DFGUIManagement jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.jade.tools.applet This package contains all those classes and HTML files that are necessary to implement applets integrated within the JADE framework.jade.tools.dfgui -
-
Uses of DFAgentDescription in jade.domain
Methods in jade.domain that return DFAgentDescription Modifier and Type Method Description static DFAgentDescriptionDFService. decodeDone(String s)Process the content of the finalinform (Done)message resulting from aregisterorderegisteraction requested to a DF agent, extracting thedf-agent-descriptioncontained within.static DFAgentDescription[]DFService. decodeNotification(String s)Process the content of theinformmessage resulting from a subscription with a DF agent, extracting the array ofdf-agent-descriptionobjects contained within.static DFAgentDescription[]DFService. decodeResult(String s)Process the content of the finalinform (result)message resulting from asearchaction requested to a DF agent, extracting the array ofdf-agent-descriptioncontained within.DFAgentDescriptiondf. getDescriptionOfThisDF()This method returns the current description of this DFDFAgentDescriptiondf. getDescriptionOfThisDF(AID parent)This method returns the description of this df used to federate with the given parentDFAgentDescriptionDFGUIAdapter. getDescriptionOfThisDF()This method returns the description of this df.DFAgentDescriptionDFGUIAdapter. getDescriptionOfThisDF(AID parent)This method returns the description used by the df to federate with a given parent DF.DFAgentDescriptiondf. getDFAgentDsc(AID name)This method returns the description of an agent registered with the DF.DFAgentDescriptionDFGUIAdapter. getDFAgentDsc(AID name)This method returns the agent description of an agent registered with the DF given the agent namestatic DFAgentDescriptionDFService. modify(Agent a, AID dfName, DFAgentDescription dfd)Modifies a previously registered DF-Description within a DF agent.static DFAgentDescriptionDFService. modify(Agent a, DFAgentDescription dfd)Modify aDFAgentDescriptionfrom the default DF.static DFAgentDescriptionDFService. register(Agent a, AID dfName, DFAgentDescription dfd)Register a new DF-Description with a DF agent.static DFAgentDescriptionDFService. register(Agent a, DFAgentDescription dfd)Registers aDFAgentDescriptionwith the default DFstatic DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd)The default SearchConstraints are used.static DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints)Searches for data contained within a DF agent.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd)The default DF is used.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd, SearchConstraints constraints)The default DF is used.static DFAgentDescription[]DFService. searchUntilFound(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints, long timeout)Searches the DF and remains blocked until a result is found or the specified timeout has expired.Methods in jade.domain with parameters of type DFAgentDescription Modifier and Type Method Description protected voiddf. addParent(AID dfName, DFAgentDescription dfd)This method can be used to add a parent (a DF this DF is federated with).voidDFSubscriber. afterFirstNotification(DFAgentDescription[] dfds)static ACLMessageDFService. createRequestMessage(Agent a, AID dfName, String action, DFAgentDescription dfd, SearchConstraints constraints)Utility method that creates a suitable message to be used to REQUEST a DF agent to perform a given action of the FIPA-Management-ontology.static ACLMessageDFService. createSubscriptionMessage(Agent a, AID dfName, DFAgentDescription template, SearchConstraints constraints)Utility method that creates a suitable message to be used to SUBSCRIBE to a DF agent in order to receive notifications when a new DF-Description matching the indicated template is registererd with that DF.static voidDFService. deregister(Agent a, AID dfName, DFAgentDescription dfd)Deregister a DFAgentDescription from a DF agent.static voidDFService. deregister(Agent a, DFAgentDescription dfd)Deregisters aDFAgentDescriptionfrom the default DFprotected voiddf. DFDeregister(DFAgentDescription dfd)protected KBIteratordf. DFIteratedSearch(DFAgentDescription dfd)protected voiddf. DFModify(DFAgentDescription dfd)protected voiddf. DFRegister(DFAgentDescription dfd)protected Listdf. DFSearch(DFAgentDescription dfd, int maxResults)static RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, AID dfName, String actionName, DFAgentDescription dfd)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, AID dfName, String actionName, DFAgentDescription dfd, SearchConstraints constraints)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, String actionName, DFAgentDescription dfd)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, String actionName, DFAgentDescription dfd, SearchConstraints constraints)Deprecated.UseAchieveREInitiatorinsteadstatic ACLMessageDFService. getSubscriptionMessage(Agent a, AID dfName, DFAgentDescription template, SearchConstraints constraints)Deprecated.UsecreateSubscriptionMessage()insteadstatic voidDFService. keepRegistered(Agent a, AID df, DFAgentDescription dfd, Date deadline)Add a suitable behaviour that ensures that a DF-Description currently registered with a DF is kept registered until a given deadline.static DFAgentDescriptionDFService. modify(Agent a, AID dfName, DFAgentDescription dfd)Modifies a previously registered DF-Description within a DF agent.static DFAgentDescriptionDFService. modify(Agent a, DFAgentDescription dfd)Modify aDFAgentDescriptionfrom the default DF.abstract voidDFSubscriber. onDeregister(DFAgentDescription dfad)abstract voidDFSubscriber. onRegister(DFAgentDescription dfad)static DFAgentDescriptionDFService. register(Agent a, AID dfName, DFAgentDescription dfd)Register a new DF-Description with a DF agent.static DFAgentDescriptionDFService. register(Agent a, DFAgentDescription dfd)Registers aDFAgentDescriptionwith the default DFstatic DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd)The default SearchConstraints are used.static DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints)Searches for data contained within a DF agent.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd)The default DF is used.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd, SearchConstraints constraints)The default DF is used.static DFAgentDescription[]DFService. searchUntilFound(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints, long timeout)Searches the DF and remains blocked until a result is found or the specified timeout has expired.protected voiddf. setDescriptionOfThisDF(DFAgentDescription dfd)This method set the description of the df according to the DFAgentDescription passed.Constructors in jade.domain with parameters of type DFAgentDescription Constructor Description DFSubscriber(Agent a, DFAgentDescription template) -
Uses of DFAgentDescription in jade.domain.DFGUIManagement
Methods in jade.domain.DFGUIManagement that return DFAgentDescription Modifier and Type Method Description DFAgentDescriptionDeregisterFrom. getDescription()DFAgentDescriptionFederate. getDescription()DFAgentDescriptionModifyOn. getDescription()DFAgentDescriptionRegisterWith. getDescription()DFAgentDescriptionSearchOn. getDescription()Methods in jade.domain.DFGUIManagement with parameters of type DFAgentDescription Modifier and Type Method Description voidDeregisterFrom. setDescription(DFAgentDescription description)voidFederate. setDescription(DFAgentDescription description)voidModifyOn. setDescription(DFAgentDescription desc)voidRegisterWith. setDescription(DFAgentDescription desc)voidSearchOn. setDescription(DFAgentDescription desc) -
Uses of DFAgentDescription in jade.gui
Methods in jade.gui that return DFAgentDescription Modifier and Type Method Description DFAgentDescriptionDFAgentDscDlg. ShowDFDGui(DFAgentDescription dfd, boolean ed, boolean checkMandatorySlots)This method show a a giu for aDFAgentDescription.Methods in jade.gui with parameters of type DFAgentDescription Modifier and Type Method Description DFAgentDescriptionDFAgentDscDlg. ShowDFDGui(DFAgentDescription dfd, boolean ed, boolean checkMandatorySlots)This method show a a giu for aDFAgentDescription. -
Uses of DFAgentDescription in jade.tools.applet
Methods in jade.tools.applet that return DFAgentDescription Modifier and Type Method Description DFAgentDescriptionDFAppletCommunicator. getDescriptionOfThisDF()DFAgentDescriptionDFAppletCommunicator. getDescriptionOfThisDF(AID df)DFAgentDescriptionDFAppletCommunicator. getDFAgentDsc(AID name)This method requests the df the DFAgentDescription of a specific agent. -
Uses of DFAgentDescription in jade.tools.dfgui
Methods in jade.tools.dfgui that return DFAgentDescription Modifier and Type Method Description DFAgentDescriptionDFGUI. getDFAgentSearchDsc(AID name)This method returns theDFAgentDescriptionof an agent found in a search operation.
-