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

Message token used to tell to the root that the dfs can be rerooted. More...

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

Public Member Functions

 DoneMsg ()
 Constructor.
void readExternal (ObjectInput arg0) throws IOException, ClassNotFoundException
void writeExternal (ObjectOutput arg0) throws IOException
Public Member Functions inherited from frodo2.communication.Message
 Message (MessageType type)
 Constructor.
 Message ()
 Empty constructor.
MessageType getType ()
String toString ()
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

Message token used to tell to the root that the dfs can be rerooted.

Constructor & Destructor Documentation

◆ DoneMsg()

frodo2.algorithms.dpop.privacy.DoneMsg.DoneMsg ( )

Member Function Documentation

◆ readExternal()

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

Reimplemented from frodo2.communication.Message.

◆ writeExternal()

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

Reimplemented from frodo2.communication.Message.


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