|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message telling a variable to release its DFS output message, use DFSgenerationParallel. More...

Public Member Functions | |
| ReleaseDFSmsg () | |
| Empty constructor used for externalization. | |
| ReleaseDFSmsg (String dest) | |
| Constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| 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. | |
Package Attributes | |
| String | dest |
| The destination variable. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message telling a variable to release its DFS output message, use DFSgenerationParallel.
| frodo2.algorithms.varOrdering.dfs.ReleaseDFSmsg.ReleaseDFSmsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.dfs.ReleaseDFSmsg.ReleaseDFSmsg | ( | String | dest | ) |
Constructor.
| dest | The destination variable |
References dest, and frodo2.algorithms.varOrdering.dfs.DFSgenerationParallel< S extends Comparable< S > &Serializable >.RELEASE_OUTPUT_MSG_TYPE.
| void frodo2.algorithms.varOrdering.dfs.ReleaseDFSmsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.dfs.ReleaseDFSmsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
References dest.
|
package |
The destination variable.
Referenced by ReleaseDFSmsg(), and writeExternal().