Uses of Interface
jade.util.leap.Iterator

Packages that use Iterator
jade.content
jade.content.abs   
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.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.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
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.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
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 BehaviourID.getAllChildren()
          Retrieve the list of all the children behaviour IDs, as an iterator object.
 Iterator AID.getAllResolvers()
          Returns an iterator of all the resolvers.
 

Uses of Iterator in jade.domain
 

Methods in jade.domain with parameters of type Iterator
 void DFGUIInterface.refresh(Iterator AIDOfAllAgentRegistered, Iterator parents, Iterator children)
           
 

Uses of Iterator in jade.domain.FIPAAgentManagement
 

Methods in jade.domain.FIPAAgentManagement that return Iterator
 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.
 Iterator Envelope.getAllIntendedReceiver()
          Access all agent identifiers from the intended receiver slot collection of this object.
 Iterator ServiceDescription.getAllLanguages()
          Access all content language names from the languages slot collection of this object.
 Iterator DFAgentDescription.getAllLanguages()
          Access all content language names from the languages slot collection of this object.
 Iterator ServiceDescription.getAllOntologies()
          Access all ontology names from the ontologies slot collection of this object.
 Iterator DFAgentDescription.getAllOntologies()
          Access all ontology names from the ontologies slot collection of this object.
 Iterator ServiceDescription.getAllProperties()
          Access all properties from the properties slot collection of this object.
 Iterator Envelope.getAllProperties()
          Access all properties from the properties slot collection of this object.
 Iterator ServiceDescription.getAllProtocols()
          Access all protocol names from the protocols slot collection of this object.
 Iterator DFAgentDescription.getAllProtocols()
          Access all protocol names from the protocols slot collection of this object.
 Iterator DFAgentDescription.getAllServices()
          Access all service descriptions from the services slot collection of this object.
 Iterator Envelope.getAllTo()
          Access all agent identifiers from the to slot collection of this object.
 

Uses of Iterator in jade.domain.introspection
 

Methods in jade.domain.introspection that return Iterator
 Iterator StopNotify.getAllEvents()
          Remove all event names from the events slot collection of this object.
 Iterator StartNotify.getAllEvents()
          Remove all event names from the events 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.
 Iterator DebugOn.getAllDebuggedAgents()
          Access all agent identifiers from the debugged-agents slot collection of this object.
 Iterator DebugOff.getAllDebuggedAgents()
          Access all agent identifiers from the debugged-agents slot collection of this object.
 Iterator SniffOn.getAllSniffedAgents()
          Access all agent identifiers from the sniffed-agents slot collection of this object.
 Iterator SniffOff.getAllSniffedAgents()
          Access all agent identifiers from the sniffed-agents slot collection of this object.
 

Uses of Iterator in jade.gui
 

Methods in jade.gui that return Iterator
 Iterator GuiEvent.getAllParameter()
          Get an Iterator over all the parameters.
 

Uses of Iterator in jade.lang.acl
 

Methods in jade.lang.acl that return Iterator
 Iterator ACLMessage.getAllIntendedReceiver()
          retrieve the whole list of intended receivers for this message.
 Iterator ACLMessage.getAllReceiver()
          Reads :receiver slot.
 Iterator ACLMessage.getAllReplyTo()
          Reads :reply_to slot.
 

Uses of Iterator in jade.util.leap
 

Methods in jade.util.leap that return Iterator
static Iterator EmptyIterator.getInstance()
          Returns the singleton EmptyIterator object.
 Iterator SortedSetImpl.iterator()
           
 Iterator RoundList.iterator()
          Returns an Iterator over the elements in this list.
 Iterator LinkedList.iterator()
           
 Iterator HashSet.iterator()
           
 Iterator Collection.iterator()
          Returns an iterator over the elements in this collection.
 Iterator ArrayList.iterator()