|
|
|
reset(self)
resets the object its structures are set to its initial value |
source code
|
|
|
setSender(self,
sender)
set the sender (AID class) |
source code
|
|
|
getSender(self)
returns the sender (AID class) |
source code
|
|
|
addReceiver(self,
recv)
adds a receiver to the list (AID class) |
source code
|
|
|
removeReceiver(self,
recv)
removes a receiver from the list (AID class) |
source code
|
|
|
resetReceivers(self)
clears the list of receivers |
source code
|
|
|
getReceivers(self)
returns the list of reveivers |
source code
|
|
|
addReplyTo(self,
re)
adds a 'reply to' to the list (AID class) |
source code
|
|
|
removeReplyTo(self,
re)
removes a 'reply to' from the list (AID class) |
source code
|
|
|
getReplyTo(self)
returns a 'reply to' from the list (AID class) |
source code
|
|
|
setPerformative(self,
p)
sets the message performative (string) must be in ACLMessage.commacts |
source code
|
|
|
getPerformative(self)
returns the message performative (string) |
source code
|
|
|
setContent(self,
c)
sets the message content (string, bytestream, ...) |
source code
|
|
|
setContentObject(self,
co)
sets the message content in ContentObject format |
source code
|
|
|
getContent(self)
returns the message content |
source code
|
|
|
getContentObject(self)
returns the message content in ContentObject format, if possible |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
createReply(self)
Creates a reply for the message Duplicates all the message structures
exchanges the 'from' AID with the 'to' AID |
source code
|
|
|
|
|
asString(self)
returns a printable version of the message in ACL string
representation |
source code
|
|
|
serialize(self)
returns a serialized version of the message |
source code
|
|
|
asHTML(self)
returns an HTML version of the message ready to be displayed at the
WUI |
source code
|
|