|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message stating that the problem is infeasible. More...

Public Member Functions | |
| StopMsg () | |
| Empty constructor used for externalization. | |
| StopMsg (String dest) | |
| Constructor. | |
| String | getDest () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| 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 Public Attributes | |
| static final MessageType | STOP_MSG_TYPE = new MessageType ("P3/2-DPOP", "RerootRequester", "STOP") |
| The type of this message. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message stating that the problem is infeasible.
| frodo2.algorithms.dpop.privacy.StopMsg.StopMsg | ( | ) |
Empty constructor used for externalization.
References STOP_MSG_TYPE.
| frodo2.algorithms.dpop.privacy.StopMsg.StopMsg | ( | String | dest | ) |
| String frodo2.algorithms.dpop.privacy.StopMsg.getDest | ( | ) |
| void frodo2.algorithms.dpop.privacy.StopMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
| void frodo2.algorithms.dpop.privacy.StopMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
|
static |
The type of this message.
Referenced by frodo2.algorithms.dpop.privacy.RerootRequester< V extends Addable< V >, U extends Addable< U > >.getMsgTypes(), StopMsg(), and StopMsg().