|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message containing a proposal for the next variable to put in the order. More...

Public Member Functions | |
| ProposalMsg () | |
| Empty constructor used for externalization. | |
| ProposalMsg (String senderAgent, Comparable<?> componentID, String nextVar, S score) | |
| 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. | |
Package Attributes | |
| transient String | senderAgent |
| The sender agent. | |
| transient Comparable<?> | componentID |
| The ID of the connected component of the constraint graph. | |
| transient String | nextVar |
| The proposed variable to put next in the order. | |
| transient S | score |
| The score for the proposed variable. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message containing a proposal for the next variable to put in the order.
| <S> | type used for scores |
| frodo2.algorithms.varOrdering.linear.ProposalMsg< S extends Comparable< S > &Serializable >.ProposalMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.linear.ProposalMsg< S extends Comparable< S > &Serializable >.ProposalMsg | ( | String | senderAgent, |
| Comparable<?> | componentID, | ||
| String | nextVar, | ||
| S | score ) |
Constructor.
| senderAgent | the sender agent |
| componentID | The ID of the connected component of the constraint graph |
| nextVar | The proposed variable to put next in the order |
| score | The score for the proposed variable |
References componentID, nextVar, frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.PROPOSAL_MSG_TYPE, score, and senderAgent.
| void frodo2.algorithms.varOrdering.linear.ProposalMsg< S extends Comparable< S > &Serializable >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References readExternal().
Referenced by readExternal().

| String frodo2.algorithms.varOrdering.linear.ProposalMsg< S extends Comparable< S > &Serializable >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.linear.ProposalMsg< S extends Comparable< S > &Serializable >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
package |
The ID of the connected component of the constraint graph.
Referenced by ProposalMsg().
|
package |
The proposed variable to put next in the order.
Referenced by ProposalMsg().
|
package |
The score for the proposed variable.
Referenced by ProposalMsg().
|
package |
The sender agent.
Referenced by ProposalMsg().