|
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 | |
| ACKmsg () | |
| Empty constructor. | |
| ACKmsg (String receiver) | |
| A constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| String | getReceiver () |
| Returns the receiver of the message. | |
| Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable > | |
| MessageWithPayload () | |
| Empty constructor. | |
| MessageWithPayload (MessageType type, T payload) | |
| Constructor. | |
| MessageWithPayload< T > | clone () |
| T | getPayload () |
| void | setPayload (T payload) |
| 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.asodpop.ACKmsg.ACKmsg | ( | ) |
Empty constructor.
References frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.ACK_MSG_TYPE.
| frodo2.algorithms.asodpop.ACKmsg.ACKmsg | ( | String | receiver | ) |
A constructor.
| receiver | The recipient of the message |
References frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.ACK_MSG_TYPE.
| String frodo2.algorithms.asodpop.ACKmsg.getReceiver | ( | ) |
Returns the receiver of the message.
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

| void frodo2.algorithms.asodpop.ACKmsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
| void frodo2.algorithms.asodpop.ACKmsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
|
staticprivate |
Used for serialization.