|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| OFFERold () | |
| Empty constructor used for externalization. | |
| OFFERold (String sender, String receiver, ArrayList< BinaryAssignment< Val > > assignments, ArrayList< U > utilities) | |
| Constructor. | |
| String | getSender () |
| String | getReceiver () |
| ArrayList< BinaryAssignment< Val > > | getAssignments () |
| ArrayList< U > | getUtilities () |
| Public Member Functions inherited from frodo2.communication.MessageWith4Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable, T4 extends Serializable > | |
| MessageWith4Payloads () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| MessageWith4Payloads (MessageType type, T1 payload1, T2 payload2, T3 payload3, T4 payload4) | |
| Constructor. | |
| MessageWith4Payloads< T1, T2, T3, T4 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| T3 | getPayload3 () |
| void | setPayload3 (T3 payload3) |
| T4 | getPayload4 () |
| void | setPayload4 (T4 payload4) |
| 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. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
| <Val> | type used for domain values |
| <U> | type used for utilitie values |
| frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.OFFERold | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.OFFERold | ( | String | sender, |
| String | receiver, | ||
| ArrayList< BinaryAssignment< Val > > | assignments, | ||
| ArrayList< U > | utilities ) |
Constructor.
| sender | the sender of the message |
| receiver | the receiver of the message |
| assignments | the list of assignments |
| utilities | the gain for each of the assignments |
References frodo2.algorithms.localSearch.mgm.mgm2.MGM2< V extends Addable< V >, U extends Addable< U > >.OFFER_MSG_TYPE.
| ArrayList< BinaryAssignment< Val > > frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.getAssignments | ( | ) |

| String frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.getReceiver | ( | ) |

| String frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.getSender | ( | ) |

| ArrayList< U > frodo2.algorithms.localSearch.mgm.mgm2.OFFERold< Val extends Addable< Val >, U extends Addable< U > >.getUtilities | ( | ) |
