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

Public Member Functions | |
| ConvergenceMessage () | |
| Empty constructor used for externalization. | |
| ConvergenceMessage (Comparable<?> compID, TreeMap< Long, V[][]> history) | |
| 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. | |
Private Attributes | |
| Comparable<?> | compID |
| The ID of the component in the constraint graph. | |
| TreeMap< Long, V[][]> | history |
| The history of assignments to variables. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message reporting the convergence for a given component.
| <V> | the type used for variable values |
| frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.ConvergenceMessage< V extends Addable< V > >.ConvergenceMessage | ( | ) |
Empty constructor used for externalization.
References frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.CONV_STATS_MSG_TYPE.
| frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.ConvergenceMessage< V extends Addable< V > >.ConvergenceMessage | ( | Comparable<?> | compID, |
| TreeMap< Long, V[][]> | history ) |
Constructor.
| compID | The ID of the component in the constraint graph |
| history | The history of assignments to variables |
References compID, frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.CONV_STATS_MSG_TYPE, and history.
| void frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.ConvergenceMessage< V extends Addable< V > >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References readExternal().
Referenced by readExternal().

| String frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.ConvergenceMessage< V extends Addable< V > >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.ConvergenceMessage< V extends Addable< V > >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
private |
The ID of the component in the constraint graph.
Referenced by ConvergenceMessage().
|
private |
The history of assignments to variables.
Referenced by ConvergenceMessage().