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

Public Member Functions | |
| FbCpaMsg () | |
| Empty constructor used for externalization. | |
| FbCpaMsg (String dest, String sender, PA< V, U > pa, Timestamp timestamp) | |
| Constructor. | |
| String | toString () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| Public Member Functions inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| AFBBaseMsg () | |
| Empty constructor used for externalization. | |
| String | toString () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
Package Attributes | |
| String | sender |
| The sender of the message. | |
Additional Inherited Members | |
| Public Attributes inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| String | dest |
| The destination variable. | |
| Protected Attributes inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| PA< V, U > | pa |
| The partial assignment that is passed over to dest. | |
| Timestamp | timestamp |
| Timestamp for the PA the message carries. | |
The FB_CPA message in AFB.
| <V> | the type used for variable values |
| <U> | the type used for utility values |
| frodo2.algorithms.afb.FbCpaMsg< V extends Addable< V >, U extends Addable< U > >.FbCpaMsg | ( | ) |
Empty constructor used for externalization.
References frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.FB_CPA_TYPE.
| frodo2.algorithms.afb.FbCpaMsg< V extends Addable< V >, U extends Addable< U > >.FbCpaMsg | ( | String | dest, |
| String | sender, | ||
| PA< V, U > | pa, | ||
| Timestamp | timestamp ) |
Constructor.
| dest | The destination variable |
| sender | The sender variable |
| pa | The current PA |
| timestamp | Timestamp associated to the PA |
References frodo2.algorithms.afb.AFBBaseMsg< V, U >.dest, frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.FB_CPA_TYPE, frodo2.algorithms.afb.AFBBaseMsg< V, U >.pa, sender, and frodo2.algorithms.afb.AFBBaseMsg< V, U >.timestamp.
| void frodo2.algorithms.afb.FbCpaMsg< V extends Addable< V >, U extends Addable< U > >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
| String frodo2.algorithms.afb.FbCpaMsg< V extends Addable< V >, U extends Addable< U > >.toString | ( | ) |
| void frodo2.algorithms.afb.FbCpaMsg< V extends Addable< V >, U extends Addable< U > >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
|
package |
The sender of the message.
Referenced by FbCpaMsg(), and frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbCpa().