| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class provides the representation of an ACL communication within an Agent
Constructor Summary | |
ACL(String msg) Creates an ACL object from the given ACL string | |
ACL() Creates an empty ACL communication |
Method Summary | |
void | addReceiverAID(AgentID aid) |
void | addReplyToAID(AgentID aid) |
static String | byteLengthDecode(String in) Decodes the given String from a ByteLengthEncodedString format (see FIPA ACL definiton) |
static String | byteLengthEncode(String in) Encodes the given String into a ByteLengthEncodedString format (see FIPA ACL definiton) |
Object | clone() |
Object | getContentObject() |
String | getConversationID() |
String | getInReplyTo() |
String | getLanguage() |
String | getOntology() |
String | getPerformative() |
String | getProtocol() |
List | getReceiverAIDs() |
UTCContainer | getReplyByUTC() |
List | getReplyToAIDs() |
String | getReplyWith() |
AgentID | getSenderAID() |
void | setContentObject(Object content) |
void | setConversationID(String conv_id) |
void | setInReplyTo(String in_reply_to) |
void | setLanguage(String lang) |
void | setOntology(String ont) |
void | setPerformative(String perf) |
void | setProtocol(String protocol) |
void | setReceiverAID(AgentID aid) |
void | setReceiverAIDs(List aids) |
void | setReplyByUTC(UTCContainer utc) |
void | setReplyToAIDs(List aids) |
void | setReplyWith(String reply_with) |
void | setSenderAID(AgentID aid) |
static String | stringLiteralDecode(String in) Decodes the given String from a StringLiteral format (see FIPA ACL definiton) |
static String | stringLiteralEncode(String in) Encodes the given String into a StringLiteral format (see FIPA ACL definiton) |
String | toString() toString returns a string representation of the message in default ACL encoding |
Constructor Detail |
public ACL(String msg)
throws fipaos.parser.ParserException
public ACL()
Method Detail |
public void addReceiverAID(AgentID aid)
public void addReplyToAID(AgentID aid)
public static String byteLengthDecode(String in)
public static String byteLengthEncode(String in)
public Object clone()
public Object getContentObject()
public String getConversationID()
public String getInReplyTo()
public String getLanguage()
public String getOntology()
public String getPerformative()
public String getProtocol()
public List getReceiverAIDs()
public UTCContainer getReplyByUTC()
public List getReplyToAIDs()
public String getReplyWith()
public AgentID getSenderAID()
public void setContentObject(Object content)
public void setConversationID(String conv_id)
public void setInReplyTo(String in_reply_to)
public void setLanguage(String lang)
public void setOntology(String ont)
public void setPerformative(String perf)
public void setProtocol(String protocol)
public void setReceiverAID(AgentID aid)
public void setReceiverAIDs(List aids)
public void setReplyByUTC(UTCContainer utc)
public void setReplyToAIDs(List aids)
public void setReplyWith(String reply_with)
public void setSenderAID(AgentID aid)
public static String stringLiteralDecode(String in)
public static String stringLiteralEncode(String in)
public String toString()
Association Links |
to Class java.util.List
to Class java.util.List
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 fipaos.util.UTCContainer
to Class java.lang.String
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |