Uses of Interface
jade.util.leap.Iterator
-
Packages that use Iterator Package Description 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.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.domain.KBManagement 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.tools.dfgui 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 Modifier and Type Method Description IteratorContentElementList. iterator() -
Uses of Iterator in jade.content.abs
Methods in jade.content.abs that return Iterator Modifier and Type Method Description IteratorAbsAggregate. iterator()IteratorAbsContentElementList. iterator() -
Uses of Iterator in jade.core
Methods in jade.core that return Iterator Modifier and Type Method Description IteratorAID. getAllAddresses()Returns an iterator of all the addresses of the agent.IteratorBehaviourID. getAllChildren()Retrieve the list of all the children behaviour IDs, as an iterator object.IteratorAID. getAllResolvers()Returns an iterator of all the resolvers. -
Uses of Iterator in jade.domain
Methods in jade.domain with parameters of type Iterator Modifier and Type Method Description voidDFGUIInterface. refresh(Iterator AIDOfAllAgentRegistered, Iterator parents, Iterator children) -
Uses of Iterator in jade.domain.FIPAAgentManagement
Methods in jade.domain.FIPAAgentManagement that return Iterator Modifier and Type Method Description IteratorAPService. getAllAddresses()Access all addresses from theaddressesslot collection of this object.IteratorAPDescription. getAllAPServices()Access all services from theap-servicesslot collection of this object.IteratorEnvelope. getAllIntendedReceiver()Access all agent identifiers from theintended receiverslot collection of this object.IteratorDFAgentDescription. getAllLanguages()Access all content language names from thelanguagesslot collection of this object.IteratorServiceDescription. getAllLanguages()Access all content language names from thelanguagesslot collection of this object.IteratorDFAgentDescription. getAllOntologies()Access all ontology names from theontologiesslot collection of this object.IteratorServiceDescription. getAllOntologies()Access all ontology names from theontologiesslot collection of this object.IteratorEnvelope. getAllProperties()Access all properties from thepropertiesslot collection of this object.IteratorServiceDescription. getAllProperties()Access all properties from thepropertiesslot collection of this object.IteratorDFAgentDescription. getAllProtocols()Access all protocol names from theprotocolsslot collection of this object.IteratorServiceDescription. getAllProtocols()Access all protocol names from theprotocolsslot collection of this object.IteratorDFAgentDescription. getAllServices()Access all service descriptions from theservicesslot collection of this object.IteratorEnvelope. getAllTo()Access all agent identifiers from thetoslot collection of this object. -
Uses of Iterator in jade.domain.introspection
Methods in jade.domain.introspection that return Iterator Modifier and Type Method Description IteratorStartNotify. getAllEvents()Remove all event names from theeventsslot collection of this object.IteratorStopNotify. getAllEvents()Remove all event names from theeventsslot collection of this object. -
Uses of Iterator in jade.domain.JADEAgentManagement
Methods in jade.domain.JADEAgentManagement that return Iterator Modifier and Type Method Description IteratorCreateAgent. getAllArguments()Remove all objects from theargumentsslot collection of this object.IteratorDebugOff. getAllDebuggedAgents()Access all agent identifiers from thedebugged-agentsslot collection of this object.IteratorDebugOn. getAllDebuggedAgents()Access all agent identifiers from thedebugged-agentsslot collection of this object.IteratorSniffOff. getAllSniffedAgents()Access all agent identifiers from thesniffed-agentsslot collection of this object.IteratorSniffOn. getAllSniffedAgents()Access all agent identifiers from thesniffed-agentsslot collection of this object. -
Uses of Iterator in jade.domain.KBManagement
Subinterfaces of Iterator in jade.domain.KBManagement Modifier and Type Interface Description interfaceKBIteratorClasses in jade.domain.KBManagement that implement Iterator Modifier and Type Class Description protected classDBKB.EmptyKBIteratorInner class EmptyKBIterator -
Uses of Iterator in jade.gui
Methods in jade.gui that return Iterator Modifier and Type Method Description IteratorGuiEvent. getAllParameter()Get an Iterator over all the parameters. -
Uses of Iterator in jade.lang.acl
Methods in jade.lang.acl that return Iterator Modifier and Type Method Description IteratorACLMessage. getAllIntendedReceiver()retrieve the whole list of intended receivers for this message.IteratorACLMessage. getAllReceiver()Reads:receiverslot.IteratorACLMessage. getAllReplyTo()Reads:reply_toslot. -
Uses of Iterator in jade.tools.dfgui
Methods in jade.tools.dfgui with parameters of type Iterator Modifier and Type Method Description voidDFGUI. refresh(Iterator AIDOfAllAgentRegistered, Iterator parents, Iterator children)Refresh the DF GUI -
Uses of Iterator in jade.util.leap
Classes in jade.util.leap that implement Iterator Modifier and Type Class Description classEmptyIteratorSingleton Iterator for an empty collection.classEnumIteratorImplementation of an Iterator constructed by anEnumeration.Methods in jade.util.leap that return Iterator Modifier and Type Method Description static IteratorEmptyIterator. getInstance()Returns the singleton EmptyIterator object.IteratorArrayList. iterator()IteratorCollection. iterator()Returns an iterator over the elements in this collection.IteratorHashSet. iterator()IteratorLinkedList. iterator()IteratorRoundList. iterator()Returns an Iterator over the elements in this list.IteratorSortedSetImpl. iterator()
-