|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message token used to tell to the root that the dfs can be rerooted. More...

Public Member Functions | |
| DoneMsg () | |
| Constructor. | |
| void | readExternal (ObjectInput arg0) throws IOException, ClassNotFoundException |
| void | writeExternal (ObjectOutput arg0) throws IOException |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| String | toString () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Message token used to tell to the root that the dfs can be rerooted.
| frodo2.algorithms.dpop.privacy.DoneMsg.DoneMsg | ( | ) |
| void frodo2.algorithms.dpop.privacy.DoneMsg.readExternal | ( | ObjectInput | arg0 | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.dpop.privacy.DoneMsg.writeExternal | ( | ObjectOutput | arg0 | ) | throws IOException |
Reimplemented from frodo2.communication.Message.