|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message requesting a proposal for the next variable to put in the order. More...

Public Member Functions | |
| RequestMsg () | |
| Empty constructor used for externalization. | |
| RequestMsg (String senderAgent, Comparable<?> componentID, String latestVar) | |
| 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. | |
Package Attributes | |
| transient String | senderAgent |
| The sender agent. | |
| transient Comparable<?> | componentID |
| The ID of the connected component of the constraint graph. | |
| transient String | latestVar |
| The latest variable added to the order. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message requesting a proposal for the next variable to put in the order.
| frodo2.algorithms.varOrdering.linear.RequestMsg.RequestMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.linear.RequestMsg.RequestMsg | ( | String | senderAgent, |
| Comparable<?> | componentID, | ||
| String | latestVar ) |
Constructor.
| senderAgent | the sender agent |
| componentID | the ID of the connected component of the constraint graph |
| latestVar | the latest variable added to the order |
References componentID, latestVar, frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.REQUEST_MSG_TYPE, and senderAgent.
| void frodo2.algorithms.varOrdering.linear.RequestMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| String frodo2.algorithms.varOrdering.linear.RequestMsg.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.linear.RequestMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
package |
The ID of the connected component of the constraint graph.
Referenced by RequestMsg().
|
package |
The latest variable added to the order.
Referenced by RequestMsg().
|
package |
The sender agent.
Referenced by RequestMsg().