Uses of Package
jade.lang.acl

Packages that use jade.lang.acl
jade.content
jade.content.abs   
jade.core This package contains the microkernel of JADE system. 
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
jade.core.event   
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. 23 version H (15th August 2001). 
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.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.proto This package contains role behaviours for FIPA standard protocols. 
 

Classes in jade.lang.acl used by jade.content
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.content.abs
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.core
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
MessageTemplate
          A pattern for matching incoming ACL messages.
 

Classes in jade.lang.acl used by jade.core.behaviours
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
MessageTemplate
          A pattern for matching incoming ACL messages.
 

Classes in jade.lang.acl used by jade.core.event
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.domain
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
MessageTemplate
          A pattern for matching incoming ACL messages.
 

Classes in jade.lang.acl used by jade.domain.FIPAAgentManagement
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.domain.introspection
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.gui
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
 

Classes in jade.lang.acl used by jade.lang.acl
ACLCodec
          Abstract interface for converting ACL messages back and forth between Java objects and raw byte sequences, according to a FIPA ACL message representation.
ACLCodec.CodecException
          This exception is thrown when some problem occurs in the concrete parsing subsystem accessed through this interface.
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
ACLParser
          Javadoc documentation for the file
ACLParserConstants
           
ACLParserTokenManager
           
MessageTemplate
          A pattern for matching incoming ACL messages.
MessageTemplate.MatchExpression
          This interface must be overriden in order to define an application specific MessageTemplate.
ParseException
          This exception is thrown when parse errors are encountered.
SimpleCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token
          Describes the input token stream.
UnreadableException
          Signals that an error occured during the decoding of the content of an ACLMessage using Base64.
 

Classes in jade.lang.acl used by jade.proto
ACLMessage
          The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
MessageTemplate
          A pattern for matching incoming ACL messages.