Package JADE_SL

Interface Summary
AgentAction Generic interface to be implemented by classes associated to agent actions in an ontology
Concept Generic interface to be implemented by classes associated to concepts in an ontology
ContentElement Interface representing a generic content element
Predicate Generic interface to be implemented by classes associated to predicates in an ontology
Term Interface representing a generic term
 

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.
 

Exception Summary
UnreadableException Signals that an error occured during the decoding of the content of an ACLMessage using Base64.
WrapperException This class acts as a base class for all the exceptions that wrap another (nested) exception.
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.