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

Public Member Functions | |
| NOGO () | |
| Default constructor used for externalization only. | |
| NOGO (String receiver) | |
| Constructor. | |
| String | getReceiver () |
| Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable > | |
| MessageWithPayload () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| MessageWithPayload (MessageType type, T payload) | |
| Constructor. | |
| MessageWithPayload< T > | clone () |
| T | getPayload () |
| void | setPayload (T payload) |
| 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. | |
Static Private Attributes | |
| static final long | serialVersionUID = 3687443315093354999L |
| Used for serialization. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
| frodo2.algorithms.localSearch.mgm.mgm2.NOGO.NOGO | ( | ) |
Default constructor used for externalization only.
References frodo2.algorithms.localSearch.mgm.mgm2.MGM2< V extends Addable< V >, U extends Addable< U > >.NO_GO_MSG_TYPE.
| frodo2.algorithms.localSearch.mgm.mgm2.NOGO.NOGO | ( | String | receiver | ) |
Constructor.
| receiver | the receiver of the message |
References frodo2.algorithms.localSearch.mgm.mgm2.MGM2< V extends Addable< V >, U extends Addable< U > >.NO_GO_MSG_TYPE.
| String frodo2.algorithms.localSearch.mgm.mgm2.NOGO.getReceiver | ( | ) |
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

|
staticprivate |
Used for serialization.