FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.StatsMessage Class Reference

Message containing statistics. More...

Inheritance diagram for frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.StatsMessage:

Public Member Functions

 StatsMessage ()
 Empty constructor used for externalization.
 StatsMessage (Integer msgDim)
 Constructor.
Integer getMsgDim ()
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.

Additional Inherited Members

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

Detailed Description

Message containing statistics.

Constructor & Destructor Documentation

◆ StatsMessage() [1/2]

frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.StatsMessage.StatsMessage ( )

Empty constructor used for externalization.

◆ StatsMessage() [2/2]

frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.StatsMessage.StatsMessage ( Integer msgDim)

Constructor.

Parameters
msgDimthe number of variables in the UTIL message sent to the parent

References frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.UTIL_STATS_MSG_TYPE.

Member Function Documentation

◆ getMsgDim()

Integer frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.StatsMessage.getMsgDim ( )
Returns
the number of variables in the UTIL message sent to the parent

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