|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message containing the next variable chosen for a given component. More...

Public Member Functions | |
| NextVarMsg () | |
| Empty constructor used for externalization. | |
| NextVarMsg (HashSet< String > agents, String nextVar) | |
| 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 | |
| HashSet< String > | agents |
| The set of agents that still have variables to propose. | |
| String | nextVar |
| The next variable chosen for the given component. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message containing the next variable chosen for a given component.
| frodo2.algorithms.varOrdering.linear.NextVarMsg.NextVarMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.linear.NextVarMsg.NextVarMsg | ( | HashSet< String > | agents, |
| String | nextVar ) |
Constructor.
| agents | The set of agents that still have variables to propose |
| nextVar | The next Variable |
References agents, frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.NEXT_VAR_MSG_TYPE, and nextVar.
| void frodo2.algorithms.varOrdering.linear.NextVarMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.linear.NextVarMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
package |
The set of agents that still have variables to propose.
Referenced by NextVarMsg().
|
package |
The next variable chosen for the given component.
Referenced by NextVarMsg().