|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message containing statistics. More...

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 () |
| T | 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. | |
Message containing statistics.
| frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.StatsMessage.StatsMessage | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.StatsMessage.StatsMessage | ( | Integer | msgDim | ) |
Constructor.
| msgDim | the number of variables in the UTIL message sent to the parent |
| Integer frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.StatsMessage.getMsgDim | ( | ) |