| java.lang.Object | ||
| ↳ | uk.ac.imperial.presage2.core.network.Message | |
| ↳ | uk.ac.imperial.presage2.core.network.UnicastMessage | |
This is a basic unicast message to be sent between agents.
This message will only send a performative. If you want to send any objects/data with the message you should extend this class.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| to | Intended recipient of this message. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.network.Message
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the intended recipient of this message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.network.Message
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
uk.ac.imperial.presage2.core.messaging.Input
| |||||||||||
Gets the intended recipient of this message.