FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.localSearch.mgm.mgm2.REJECT Class Reference
Inheritance diagram for frodo2.algorithms.localSearch.mgm.mgm2.REJECT:

Public Member Functions

 REJECT ()
 Default constructor used for externalization only.
 REJECT (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 ()
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 = -4826196763272289108L
 Used for serialization.

Additional Inherited Members

Protected Attributes inherited from frodo2.communication.Message
MessageType type
 The type of this message.

Detailed Description

Author
Brammert Ottens, 30 mrt. 2011

Constructor & Destructor Documentation

◆ REJECT() [1/2]

frodo2.algorithms.localSearch.mgm.mgm2.REJECT.REJECT ( )

◆ REJECT() [2/2]

frodo2.algorithms.localSearch.mgm.mgm2.REJECT.REJECT ( String receiver)

Constructor.

Parameters
receiverthe receiver of the message

References frodo2.algorithms.localSearch.mgm.mgm2.MGM2< V extends Addable< V >, U extends Addable< U > >.REJECT_MSG_TYPE.

Member Function Documentation

◆ getReceiver()

String frodo2.algorithms.localSearch.mgm.mgm2.REJECT.getReceiver ( )
Author
Brammert Ottens, 11 apr. 2011
Returns
the receiver of the message

References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

Here is the call graph for this function:

Member Data Documentation

◆ serialVersionUID

final long frodo2.algorithms.localSearch.mgm.mgm2.REJECT.serialVersionUID = -4826196763272289108L
staticprivate

Used for serialization.


The documentation for this class was generated from the following file:
  • src/frodo2/algorithms/localSearch/mgm/mgm2/REJECT.java