|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Iterator | |
jade.content | |
jade.content.abs | |
jade.core | This package contains the microkernel of JADE system. |
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. 23 version H (15th August 2001). |
jade.domain.JADEAgentManagement | This package contains the definition of the JADE-Agent-Management ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. |
jade.lang.acl | This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages. |
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 Iterator in jade.content |
Methods in jade.content that return Iterator | |
Iterator |
ContentElementList.iterator()
|
Uses of Iterator in jade.content.abs |
Methods in jade.content.abs that return Iterator | |
Iterator |
AbsContentElementList.iterator()
|
Iterator |
AbsAggregate.iterator()
|
Uses of Iterator in jade.core |
Methods in jade.core that return Iterator | |
Iterator |
AID.getAllAddresses()
Returns an iterator of all the addresses of the agent. |
Iterator |
AID.getAllResolvers()
Returns an iterator of all the resolvers. |
Uses of Iterator in jade.domain.FIPAAgentManagement |
Methods in jade.domain.FIPAAgentManagement that return Iterator | |
Iterator |
ServiceDescription.getAllProtocols()
Access all protocol names from the protocols slot
collection of this object. |
Iterator |
ServiceDescription.getAllOntologies()
Access all ontology names from the ontologies slot
collection of this object. |
Iterator |
ServiceDescription.getAllLanguages()
Access all content language names from the languages slot collection of this object. |
Iterator |
ServiceDescription.getAllProperties()
Access all properties from the properties slot
collection of this object. |
Iterator |
Envelope.getAllTo()
Access all agent identifiers from the to slot
collection of this object. |
Iterator |
Envelope.getAllIntendedReceiver()
Access all agent identifiers from the intended
receiver slot collection of this object. |
Iterator |
Envelope.getAllProperties()
Access all properties from the properties slot
collection of this object. |
Iterator |
DFAgentDescription.getAllServices()
Access all service descriptions from the services
slot collection of this object. |
Iterator |
DFAgentDescription.getAllProtocols()
Access all protocol names from the protocols slot
collection of this object. |
Iterator |
DFAgentDescription.getAllOntologies()
Access all ontology names from the ontologies slot
collection of this object. |
Iterator |
DFAgentDescription.getAllLanguages()
Access all content language names from the languages slot collection of this object. |
Iterator |
APService.getAllAddresses()
Access all addresses from the addresses slot
collection of this object. |
Iterator |
APDescription.getAllAPServices()
Access all services from the ap-services slot
collection of this object. |
Uses of Iterator in jade.domain.JADEAgentManagement |
Methods in jade.domain.JADEAgentManagement that return Iterator | |
Iterator |
CreateAgent.getAllArguments()
Remove all objects from the arguments slot
collection of this object. |
Uses of Iterator in jade.lang.acl |
Methods in jade.lang.acl that return Iterator | |
Iterator |
ACLMessage.getAllReceiver()
Reads :receiver slot. |
Iterator |
ACLMessage.getAllReplyTo()
Reads :reply_to slot. |
Iterator |
ACLMessage.getAllIntendedReceiver()
retrieve the whole list of intended receivers for this message. |
Uses of Iterator in jade.util.leap |
Classes in jade.util.leap that implement Iterator | |
class |
EmptyIterator
Singleton Iterator for an empty collection. |
class |
EnumIterator
Implementation of an Iterator constructed by an Enumeration . |
Methods in jade.util.leap that return Iterator | |
Iterator |
SortedSetImpl.iterator()
|
Iterator |
RoundList.iterator()
Returns an Iterator over the elements in this list. |
Iterator |
LinkedList.iterator()
|
static Iterator |
EmptyIterator.getInstance()
Returns the singleton EmptyIterator object. |
Iterator |
Collection.iterator()
Returns an iterator over the elements in this collection. |
Iterator |
ArrayList.iterator()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |