Uses of Interface
jade.util.leap.List
-
Packages that use List Package Description jade This package simply contains classes to bootstrap JADE system.jade.content.abs jade.content.onto.basic jade.core This package contains the microkernel of JADE system.jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.core.messaging jade.core.mobility jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.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.domain.KBManagement jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology.jade.imtp.leap jade.imtp.rmi 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 jade.tools.logging jade.tools.logging.ontology jade.tools.sniffer jade.util jade.util.leap This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME. -
-
Uses of List in jade
Methods in jade that return List Modifier and Type Method Description ListBootProfileImpl. parseSpecifiers(String str)Parse a String reading for a set ofparameter(arg)each delimited by a;and no space in between.Methods in jade with parameters of type List Modifier and Type Method Description booleanBootHelper. getAgentArgument(String arg, List as) -
Uses of List in jade.content.abs
Methods in jade.content.abs that return List Modifier and Type Method Description static ListAbsHelper. internaliseList(AbsAggregate aggregate, Ontology onto)Converts anAbsAggregateinto a List using the specified ontology.Methods in jade.content.abs with parameters of type List Modifier and Type Method Description static AbsAggregateAbsHelper. externaliseList(List obj, Ontology onto, String AggregateType)Converts aListinto aAbsAggregateusing the specified ontology. -
Uses of List in jade.content.onto.basic
Methods in jade.content.onto.basic that return List Modifier and Type Method Description ListResult. getItems()Methods in jade.content.onto.basic with parameters of type List Modifier and Type Method Description voidResult. setItems(List l) -
Uses of List in jade.core
Methods in jade.core that return List Modifier and Type Method Description ListAgentManager. amsSearch(AMSAgentDescription template, long maxResults)ListMainContainerImpl. amsSearch(AMSAgentDescription template, long maxResults)Searches the White Pages for agents whose description matches a given template.ListAgentManager. containerAgents(ContainerID cid)ListMainContainer. containerAgents(ContainerID cid)ListMainContainerImpl. containerAgents(ContainerID cid)Return all agents living on a containerListAgentManager. containerMTPs(ContainerID cid)ListMainContainer. containerMTPs(ContainerID cid)ListMainContainerImpl. containerMTPs(ContainerID cid)Return all MTPs in a given containerListIMTPManager. getLocalAddresses()Return the the List of TransportAddress where this IMTP is waiting for intra-platform remote calls.abstract ListProfile. getSpecifiers(String key)Retrieve a list of Specifiers from the configuration properties.ListProfileImpl. getSpecifiers(String key)Retrieve a list of Specifiers from the configuration properties.ListBackEndContainer. removePendingMessages(MessageTemplate template, boolean notifyFailure)Methods in jade.core with parameters of type List Modifier and Type Method Description voidExtendedMessageQueue. copyTo(List messages)voidMessageQueue. copyTo(List list)Copy all messages to a given list.voidTemplateBasedMessageQueue. copyTo(List messages)voidAgentManager. debugOff(AID debuggerName, List toBeDebugged)voidMainContainerImpl. debugOff(AID debuggerName, List notToBeDebugged)Deactivate debugging on a given agentvoidAgentManager. debugOn(AID debuggerName, List toBeDebugged)voidMainContainerImpl. debugOn(AID debuggerName, List toBeDebugged)Activate debugging on a given agentvoidAgentContainer. fillListFromBlockedBehaviours(List behaviours, Agent a)voidAgentContainer. fillListFromMessageQueue(List messages, Agent a)voidAgentContainer. fillListFromReadyBehaviours(List behaviours, Agent a)abstract voidProfile. setSpecifiers(String key, List value)Assign the given value to the given property name.voidProfileImpl. setSpecifiers(String key, List value)Assign the given property value to the given property namevoidAgentManager. sniffOff(AID snifferName, List toBeSniffed)voidMainContainerImpl. sniffOff(AID snifferName, List notToBeSniffed)Deactivate sniffing on a given agentvoidAgentManager. sniffOn(AID snifferName, List toBeSniffed)voidMainContainerImpl. sniffOn(AID snifferName, List toBeSniffed)Activate sniffing on a given agent -
Uses of List in jade.core.behaviours
Fields in jade.core.behaviours declared as List Modifier and Type Field Description protected ListFSMBehaviour. lastStatesMethods in jade.core.behaviours with parameters of type List Modifier and Type Method Description protected voidLoaderBehaviour. getOutputParameters(Behaviour b, List params)protected voidLoaderBehaviour. setInputParameters(Behaviour b, List params) -
Uses of List in jade.core.messaging
Methods in jade.core.messaging with parameters of type List Modifier and Type Method Description voidMessagingProxy. transferLocalAliases(AID agent, List aliases)voidMessagingSlice. transferLocalAliases(AID agent, List aliases) -
Uses of List in jade.core.mobility
Methods in jade.core.mobility with parameters of type List Modifier and Type Method Description voidAgentMobilityProxy. handleTransferResult(AID agentID, boolean result, List messages)voidAgentMobilitySlice. handleTransferResult(AID agentID, boolean result, List messages) -
Uses of List in jade.domain
Methods in jade.domain that return List Modifier and Type Method Description protected Listdf. DFSearch(DFAgentDescription dfd, int maxResults)protected Listdf. searchAction(Search s, AID requester)Serve the Search action of the FIPA management ontology.protected ListDFDBKB. searchSingle(Object template, int maxResult)Retrieve the DFDs matching the given templateMethods in jade.domain with parameters of type List Modifier and Type Method Description voidDFGUIInterface. refreshLastSearchResults(List l, AID df) -
Uses of List in jade.domain.FIPAAgentManagement
Methods in jade.domain.FIPAAgentManagement that return List Modifier and Type Method Description ListMultiValueProperty. getValues()Methods in jade.domain.FIPAAgentManagement with parameters of type List Modifier and Type Method Description voidMultiValueProperty. setValues(List values)Constructors in jade.domain.FIPAAgentManagement with parameters of type List Constructor Description MultiValueProperty(String name, List value) -
Uses of List in jade.domain.KBManagement
Methods in jade.domain.KBManagement that return List Modifier and Type Method Description ListDBKB. search(Object template, int maxResult)ListKB. search(Object template)abstract ListKB. search(Object template, int maxResult)ListMemKB. search(Object template, int maxResults)protected abstract ListDBKB. searchSingle(Object template, int maxResult) -
Uses of List in jade.domain.mobility
Methods in jade.domain.mobility that return List Modifier and Type Method Description ListLoadBehaviour. getParameters()Methods in jade.domain.mobility with parameters of type List Modifier and Type Method Description voidLoadBehaviour. setParameters(List parameters)Set the list of parameters to be passed to the behaviour. -
Uses of List in jade.imtp.leap
Methods in jade.imtp.leap that return List Modifier and Type Method Description ListLEAPIMTPManager. getLocalAddresses()ListFrontEndStub. removePendingMessages(MessageTemplate template) -
Uses of List in jade.imtp.rmi
Methods in jade.imtp.rmi that return List Modifier and Type Method Description ListRMIIMTPManager. getLocalAddresses() -
Uses of List in jade.tools.applet
Methods in jade.tools.applet that return List Modifier and Type Method Description ListJADEAppletRequestProto. getResult()returns the results of an action requested.ListFIPAAppletRequestProto. getSearchResult()Returns the results of a search operation. -
Uses of List in jade.tools.dfgui
Methods in jade.tools.dfgui with parameters of type List Modifier and Type Method Description voidDFGUI. refreshLastSearchResults(List l, AID df)Refresh the search result. -
Uses of List in jade.tools.logging
Methods in jade.tools.logging that return List Modifier and Type Method Description ListJavaLoggingLogManagerImpl. getAllLogInfo()ListLogManager. getAllLogInfo()Returns a list ofLoggerInfoobjects each one describing a logger active in the local JVM.ListJavaLoggingLogManagerImpl. getLogLevels()Returns a list ofLevelInfoobject each one describing a level valid for the selected logging system.ListLogManager. getLogLevels()Returns a list ofLevelInfoobject each one describing a level valid for the selected logging system. -
Uses of List in jade.tools.logging.ontology
Methods in jade.tools.logging.ontology that return List Modifier and Type Method Description ListLoggerInfo. getHandlers()Methods in jade.tools.logging.ontology with parameters of type List Modifier and Type Method Description voidLoggerInfo. setHandlers(List handlers) -
Uses of List in jade.tools.sniffer
Methods in jade.tools.sniffer with parameters of type List Modifier and Type Method Description ACLMessageSniffer. getSniffMsg(List agents, boolean onFlag)Creates the ACLMessage to be sent to the Ams with the list of the agents to be sniffed/unsniffed.voidSniffer. sniffMsg(List agents, boolean onFlag)This method adds an AMSClientBehaviour that performs a request to the AMS for sniffing/unsniffing list of agents. -
Uses of List in jade.util
Methods in jade.util that return List Modifier and Type Method Description ListSynchList. startModifying()This method grants writing privileges to the calling thread and grants access to the protected list.ListSynchList. startScanning()This method grants reading privileges to the calling thread and grants access to the protected list. -
Uses of List in jade.util.leap
Classes in jade.util.leap that implement List Modifier and Type Class Description classArrayListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.classLinkedListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
-