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

This message is used to ask a child for new information. More...

Inheritance diagram for frodo2.algorithms.odpop.ASKmsg:

Public Member Functions

 ASKmsg ()
 Empty constructor.
 ASKmsg (String receiver)
 A constructor.
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException
String getReceiver ()
 Returns the receiver of the message.
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.

Additional Inherited Members

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

Detailed Description

This message is used to ask a child for new information.

Author
brammert

Constructor & Destructor Documentation

◆ ASKmsg() [1/2]

◆ ASKmsg() [2/2]

frodo2.algorithms.odpop.ASKmsg.ASKmsg ( String receiver)

Member Function Documentation

◆ getReceiver()

String frodo2.algorithms.odpop.ASKmsg.getReceiver ( )

Returns the receiver of the message.

Returns
receiver

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

Here is the call graph for this function:

◆ readExternal()

void frodo2.algorithms.odpop.ASKmsg.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.odpop.ASKmsg.writeExternal ( ObjectOutput out) throws IOException
See also
java.io.Externalizable#writeExternal(java.io.ObjectOutput)

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


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