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

A token sent by the root in P2-DPOP to tell the last variable in the linear ordering to start UTIL propagation. More...

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

Public Member Functions

 LeafMsg ()
 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

A token sent by the root in P2-DPOP to tell the last variable in the linear ordering to start UTIL propagation.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ LeafMsg()

Member Function Documentation

◆ readExternal()

void frodo2.algorithms.dpop.privacy.LeafMsg.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.LeafMsg.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: