Uses of Class
JADE_SL.ACLMessage

Packages that use ACLMessage
JADE_SL   
JADE_SL.abs   
 

Uses of ACLMessage in JADE_SL
 

Subclasses of ACLMessage in JADE_SL
 class OntoACLMessage
           
 

Methods in JADE_SL with parameters of type ACLMessage
static OntoACLMessage OntoACLMessage.wrap(ACLMessage msg)
          Create an ontological ACL message that wraps an existing ACLMessage.
private  void StringACLCodec.checkBase64Encoding(ACLMessage msg)
          if there was an automatical Base64 encoding, then it performs automatic decoding.
 void StringACLCodec.write(ACLMessage msg)
          encodes the message and writes it into the Writer passed in the constructor.
(package private) static java.lang.String StringACLCodec.toString(ACLMessage msg)
           
 byte[] StringACLCodec.encode(ACLMessage msg)
          If the content of the message is a byteSequence, then this method encodes the content in Base64 and automatically sets the value of the encoding slot.
 

Uses of ACLMessage in JADE_SL.abs
 

Methods in JADE_SL.abs with parameters of type ACLMessage
static AbsAgentAction AbsHelper.externaliseACLMessage(ACLMessage obj, Ontology onto)
          Converts an ACLMessage into an AbsAgentAction using the specified ontology.
 



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