| |||||||||
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
Field Summary | |
final static int | BYTELENGTH_ENCODING |
final static String | CONTENT |
final static String | CONVERSATION_ID |
final static String | ENVELOPE |
final static String | IN_REPLY_TO |
final static String | LANGUAGE |
final static int | NO_ENCODING |
final static String | ONTOLOGY |
final static String | PROTOCOL |
final static String | RECEIVER |
final static String | REPLY_BY |
final static String | REPLY_WITH |
final static String | SENDER |
final static int | STRINGLITERAL_ENCODING |
Constructor Summary | |
ACLMessage() Constructor of ACLMessage | |
ACLMessage(ACL other) Duplicate the given ACL object |
Method Summary | |
ACLMessage | copy() Method to obtain a de-coupled clone of this TBC. |
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 |
Field Detail |
public final static int BYTELENGTH_ENCODING
public final static String CONTENT
public final static String CONVERSATION_ID
public final static String ENVELOPE
public final static String IN_REPLY_TO
public final static String LANGUAGE
public final static int NO_ENCODING
public final static String ONTOLOGY
public final static String PROTOCOL
public final static String RECEIVER
public final static String REPLY_BY
public final static String REPLY_WITH
public final static String SENDER
public final static int STRINGLITERAL_ENCODING
Constructor Detail |
public ACLMessage()
public ACLMessage(ACL other)
Method Detail |
public ACLMessage copy()
TBC.
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)
Association Links |
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |