| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fipaos.ont.fipa.ACL | +--fipaos.parser.acl.ACLMessage
ACLMessage is the java object for an acl message string
Fields inherited from class fipaos.ont.fipa.ACL |
BYTELENGTH_ENCODING, FIPA_OS_SERIALIZATION, FIPA00069, FIPA00070, FIPA00071, RESERVED_SLOT_NAMES, STRINGLITERAL_ENCODING |
Constructor Summary | |
ACLMessage() Constructor of ACLMessage | |
ACLMessage(ACL other) Duplicate the given ACL object |
Method Summary | |
String | getContent() Gets the content, dencoding the content as if it were encoded using the given encoding type (see FIPA specification) |
String | getReceiver() Gets Receiver |
String | getReplyBy() Gets Replyby |
String | getReplyTo() Get the AID of the first Agent to reply to |
String | getSender() Gets Sender AID |
static void | main(String[] args) |
void | setContent(String the_content) Sets the content of the message |
void | setContent(String content, int encode) Sets the content, optionally encoding the content as the specified type (see FIPA specification) |
void | setReceiver(String n) Sets Receiver |
void | setReplyBy(String reply_by) Sets the reply-by time of this |
void | setReplyTo(String n) Set the AID of the Agent to reply to |
void | setSender(String n) Sets Sender |
Constructor Detail |
public ACLMessage()
public ACLMessage(ACL other)
Method Detail |
public String getContent()
public String getReceiver()
public String getReplyBy()
public String getReplyTo()
public String getSender()
public static void main(String[] args)
throws java.lang.Exception
public void setContent(String the_content)
public void setContent(String content, int encode)
public void setReceiver(String n)
public void setReplyBy(String reply_by)
public void setReplyTo(String n)
public void setSender(String n)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |