|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
All AFB messages containing a CPA subclass this class. More...

Public Member Functions | |
| AFBBaseMsg () | |
| Empty constructor used for externalization. | |
| String | toString () |
| 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 () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Public Attributes | |
| String | dest |
| The destination variable. | |
Protected Member Functions | |
| AFBBaseMsg (MessageType type, String dest, PA< V, U > pa, Timestamp timestamp) | |
| Constructor. | |
Protected Attributes | |
| PA< V, U > | pa |
| The partial assignment that is passed over to dest. | |
| Timestamp | timestamp |
| Timestamp for the PA the message carries. | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
All AFB messages containing a CPA subclass this class.
| <V> | the type used for variable values |
| <U> | the type used for utility values |
| frodo2.algorithms.afb.AFBBaseMsg< V extends Addable< V >, U extends Addable< U > >.AFBBaseMsg | ( | ) |
Empty constructor used for externalization.
|
protected |
| void frodo2.algorithms.afb.AFBBaseMsg< V extends Addable< V >, U extends Addable< U > >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References frodo2.algorithms.afb.PA< V extends Addable< V >, U extends Addable< U > >.readExternal(), and frodo2.algorithms.afb.Timestamp.readExternal().

| String frodo2.algorithms.afb.AFBBaseMsg< V extends Addable< V >, U extends Addable< U > >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.afb.AFBBaseMsg< V extends Addable< V >, U extends Addable< U > >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
References frodo2.algorithms.afb.PA< V extends Addable< V >, U extends Addable< U > >.writeExternal(), and frodo2.algorithms.afb.Timestamp.writeExternal().

| String frodo2.algorithms.afb.AFBBaseMsg< V extends Addable< V >, U extends Addable< U > >.dest |
The destination variable.
Referenced by AFBBaseMsg(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processCpaMsg(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbCpa(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbEstimate(), and toString().
|
protected |
The partial assignment that is passed over to dest.
Referenced by AFBBaseMsg(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processCpaMsg(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbCpa(), frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbEstimate(), and toString().
|
protected |
Timestamp for the PA the message carries.
Referenced by AFBBaseMsg().