Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
ContentElementList.iterator() |
Modifier and Type | Method and Description |
---|---|
Iterator |
AbsContentElementList.iterator() |
Iterator |
AbsAggregate.iterator() |
Modifier and Type | Method and Description |
---|---|
Iterator |
AID.getAllAddresses()
Returns an iterator of all the addresses of the agent.
|
Iterator |
AID.getAllResolvers()
Returns an iterator of all the resolvers.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Iterator |
CreateAgent.getAllArguments()
Remove all objects from the
arguments slot
collection of this object. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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() |