Uses of Package
jade.lang.acl

Packages that use jade.lang.acl
jade.content
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.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.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.  
jade.proto.states This package contains classes for common states of an interaction protocol, such as "waiting for a given message", "selecting between a number of alternatives", ... 
 

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.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.
 

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.
 

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.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.
MessageTemplate
          A pattern for matching incoming ACL messages.
MessageTemplate.MatchExpression
          This interface must be overriden in order to define an application specific MessageTemplate.
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.
 

Classes in jade.lang.acl used by jade.proto.states
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.
 



JADE