java.lang.Object | ||
↳ | uk.ac.imperial.presage2.core.network.Message | |
↳ | uk.ac.imperial.presage2.core.network.MulticastMessage |
This is a basic multicast 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 |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a MulticastMessage with provided list of recipients.
| |||||||||||
Create a MulticastMessage with empty recipients list. | |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a single recipient to the list.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a MulticastMessage with provided list of recipients.
Create a MulticastMessage with empty recipients list.
Add a single recipient to the list.