FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.privacy.StopMsg Class Reference

A message stating that the problem is infeasible. More...

Inheritance diagram for frodo2.algorithms.dpop.privacy.StopMsg:

Public Member Functions

 StopMsg ()
 Empty constructor used for externalization.
 StopMsg (String dest)
 Constructor.
String getDest ()
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException
Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable >
 MessageWithPayload ()
 Empty constructor.
 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 Public Attributes

static final MessageType STOP_MSG_TYPE = new MessageType ("P3/2-DPOP", "RerootRequester", "STOP")
 The type of this message.

Additional Inherited Members

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

Detailed Description

A message stating that the problem is infeasible.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ StopMsg() [1/2]

frodo2.algorithms.dpop.privacy.StopMsg.StopMsg ( )

Empty constructor used for externalization.

References STOP_MSG_TYPE.

◆ StopMsg() [2/2]

frodo2.algorithms.dpop.privacy.StopMsg.StopMsg ( String dest)

Constructor.

Parameters
destthe destination variable

References STOP_MSG_TYPE.

Member Function Documentation

◆ getDest()

String frodo2.algorithms.dpop.privacy.StopMsg.getDest ( )
Returns
the destination variable

◆ readExternal()

void frodo2.algorithms.dpop.privacy.StopMsg.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException
See also
java.io.Externalizable#readExternal(java.io.ObjectInput)

Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.

◆ writeExternal()

void frodo2.algorithms.dpop.privacy.StopMsg.writeExternal ( ObjectOutput out) throws IOException
See also
java.io.Externalizable#writeExternal(java.io.ObjectOutput)

Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.

Member Data Documentation

◆ STOP_MSG_TYPE

final MessageType frodo2.algorithms.dpop.privacy.StopMsg.STOP_MSG_TYPE = new MessageType ("P3/2-DPOP", "RerootRequester", "STOP")
static

The documentation for this class was generated from the following file: