|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A convenience class used to store information about raw data. More...
Public Member Functions | |
| RawDataInfo (MessageWithRawData msg, Integer counter) | |
| Constructor. | |
Public Attributes | |
| MessageWithRawData | msg |
| A message with associated raw data. | |
| Integer | counter |
| The number of recipients potentially interested in the raw data. | |
A convenience class used to store information about raw data.
| frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.RawDataInfo | ( | MessageWithRawData | msg, |
| Integer | counter ) |
| Integer frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.counter |
The number of recipients potentially interested in the raw data.
Referenced by RawDataInfo(), and frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.run().
| MessageWithRawData frodo2.communication.tcp.QueueOutputPipeTCP.RawDataInfo.msg |
A message with associated raw data.
Referenced by RawDataInfo(), and frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.run().