|
Class Summary |
| ACLMessage |
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
| AID |
This class represents a JADE Agent Identifier. |
| Base64 |
Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes. |
| CaseInsensitiveString |
A name string, with case insensitive comparison and equality operations.
|
| ContentElementList |
|
| FIPANames |
This class provides a single access point for the
set of constants
already defined by FIPA.
|
| FIPANames.ACLCodec |
Set of constants that identifies the Codec of ACL Messages and
that can be assigned via
ACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT); |
| FIPANames.ContentLanguage |
Set of constants that identifies the content languages and that
can be assigned via
ACLMessage.setLanguage(FIPANames.ContentLanguage.SL0)
|
| FIPANames.InteractionProtocol |
Set of constants that identifies the Interaction Protocols and that
can be assigned via
ACLMessage.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST)
|
| FIPANames.MTP |
Set of constants that identifies the Message Transport Protocols. |
| ISO8601 |
This class contains a set of static methods that allow to convert
to/from the Date Time format specified by ISO8601 and adopted by FIPA. |
| OntoACLMessage |
|
| OntoAID |
|
| StringACLCodec |
This class implements the FIPA String codec for ACLMessages.
|