Package | Description |
---|---|
casa.jade | |
jade.content | |
jade.content.abs | |
jade.core | |
jade.domain.FIPAAgentManagement | |
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 |
---|---|
private String |
CasaKB.toStringHelper(Iterator i,
int indent) |
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 |
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 |
Envelope.getAllTo()
Access all agent identifiers from the
to 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 | Field and Description |
---|---|
private static Iterator |
EmptyIterator.it |
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() |