This class represents a message object two agents can exchange. It should eventually become FIPA compliant. More...
Public Member Functions | |
AgentMessage (String inContent, InstitutionalAgent inSender) | |
Default constructor. | |
String | GetContent () |
Obtain the content of the message. | |
InstitutionalAgent | GetSender () |
Get the reference to the sender agent. |
This class represents a message object two agents can exchange. It should eventually become FIPA compliant.
VIAgents.AgentMessage.AgentMessage | ( | String | inContent, | |
InstitutionalAgent | inSender | |||
) |
Default constructor.
inContent | A String representing the message content | |
inSender | An InstitutionalAgent representing the sender agent |
String VIAgents.AgentMessage.GetContent | ( | ) |
Obtain the content of the message.
InstitutionalAgent VIAgents.AgentMessage.GetSender | ( | ) |
Get the reference to the sender agent.