|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A token sent by the root in P2-DPOP to tell the last variable in the linear ordering to start UTIL propagation. More...

Public Member Functions | |
| LeafMsg () | |
| 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. | |
A token sent by the root in P2-DPOP to tell the last variable in the linear ordering to start UTIL propagation.
| frodo2.algorithms.dpop.privacy.LeafMsg.LeafMsg | ( | ) |
| void frodo2.algorithms.dpop.privacy.LeafMsg.readExternal | ( | ObjectInput | arg0 | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.dpop.privacy.LeafMsg.writeExternal | ( | ObjectOutput | arg0 | ) | throws IOException |
Reimplemented from frodo2.communication.Message.