|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This message is used to ask a child for new information. More...

Public Member Functions | |
| DONEmsg () | |
| Empty constructor. | |
| DONEmsg (String sender, String receiver) | |
| A constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| String | getSender () |
| Returns the sender of the message. | |
| String | getReceiver () |
| Returns the receiver of the message. | |
| Public Member Functions inherited from frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable > | |
| MessageWith2Payloads (MessageType type, T1 payload1, T2 payload2) | |
| Constructor. | |
| MessageWith2Payloads () | |
| Empty constructor. | |
| MessageWith2Payloads< T1, T2 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| String | toString () |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Static Private Attributes | |
| static final long | serialVersionUID = 6800731265392941706L |
| Used for serialization. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
This message is used to ask a child for new information.
| frodo2.algorithms.odpop.DONEmsg.DONEmsg | ( | ) |
| frodo2.algorithms.odpop.DONEmsg.DONEmsg | ( | String | sender, |
| String | receiver ) |
A constructor.
| sender | The sender of the message |
| receiver | The recipient of the message |
| String frodo2.algorithms.odpop.DONEmsg.getReceiver | ( | ) |
Returns the receiver of the message.
References frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.getPayload2().

| String frodo2.algorithms.odpop.DONEmsg.getSender | ( | ) |
Returns the sender of the message.
References frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.getPayload1().

| void frodo2.algorithms.odpop.DONEmsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.
| void frodo2.algorithms.odpop.DONEmsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.
|
staticprivate |
Used for serialization.