|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Backtrack message in SynchBB. More...

Public Member Functions | |
| BTmsg () | |
| Empty constructor used for externalization. | |
| BTmsg (String dest) | |
| Constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| 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. | |
Protected Member Functions | |
| BTmsg (MessageType type, String dest) | |
| Constructor. | |
Protected Attributes | |
| String | dest |
| The destination variable. | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Backtrack message in SynchBB.
| frodo2.algorithms.synchbb.BTmsg.BTmsg | ( | ) |
Empty constructor used for externalization.
References frodo2.algorithms.synchbb.SynchBB< V extends Addable< V >, U extends Addable< U > >.BACKTRACK_MSG_TYPE.
| frodo2.algorithms.synchbb.BTmsg.BTmsg | ( | String | dest | ) |
Constructor.
| dest | the destination variable |
References frodo2.algorithms.synchbb.SynchBB< V extends Addable< V >, U extends Addable< U > >.BACKTRACK_MSG_TYPE, and dest.
|
protected |
Constructor.
| type | The type of the message |
| dest | the destination variable |
References dest, and frodo2.communication.Message.type.
| void frodo2.algorithms.synchbb.BTmsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
Reimplemented in frodo2.algorithms.synchbb.PathMsg< V extends Addable< V >, U extends Addable< U > >.
| String frodo2.algorithms.synchbb.BTmsg.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
Reimplemented in frodo2.algorithms.synchbb.PathMsg< V extends Addable< V >, U extends Addable< U > >.
| void frodo2.algorithms.synchbb.BTmsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
Reimplemented in frodo2.algorithms.synchbb.PathMsg< V extends Addable< V >, U extends Addable< U > >.
|
protected |