Package | Description |
---|---|
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", ...
|
Class and Description |
---|
ACLMessage
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ACLMessage
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
ConversationList
This class represents a list of conversations that an agent is
currently carrying out and allows creating a
MessageTemplate
that matches only messages that do not belong to any of these
conversations. |
MessageTemplate
A pattern for matching incoming ACL messages.
|
Class and Description |
---|
ACLMessage
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
Class and Description |
---|
ACLMessage
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
Class and Description |
---|
ACLMessage
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|