|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message used to give the pointer to the goods tree to the VALUE propagation module. More...

Public Member Functions | |
| GoodsTreeMessage () | |
| Empty constructor used for externalization. | |
| GoodsTreeMessage (GoodsTree< Val, U, L > tree, String variable) | |
| Constructor. | |
| GoodsTree< Val, U, L > | getTree () |
| String | getVariable () |
| Public Member Functions inherited from frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable > | |
| MessageWith2Payloads (MessageType type, T1 payload1, T2 payload2) | |
| Constructor. | |
| MessageWith2Payloads () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| MessageWith2Payloads< T1, T2 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| 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 used to give the pointer to the goods tree to the VALUE propagation module.
| <Val> | type used for variable values |
| <U> | type used for utility values |
| <L> | type used for the leaf nodes |
| frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.GoodsTreeMessage< Val extends Addable< Val >, U extends Addable< U >, L extends Node< U > >.GoodsTreeMessage | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.GoodsTreeMessage< Val extends Addable< Val >, U extends Addable< U >, L extends Node< U > >.GoodsTreeMessage | ( | GoodsTree< Val, U, L > | tree, |
| String | variable ) |
Constructor.
| tree | The tree to be sent |
| variable | The variable that is sending the tree |
| GoodsTree< Val, U, L > frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.GoodsTreeMessage< Val extends Addable< Val >, U extends Addable< U >, L extends Node< U > >.getTree | ( | ) |
References frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.getPayload1().

| String frodo2.algorithms.odpop.UTILpropagationFullDomain< Val extends Addable< Val >, U extends Addable< U >, L extends LeafNode< U > >.GoodsTreeMessage< Val extends Addable< Val >, U extends Addable< U >, L extends Node< U > >.getVariable | ( | ) |
References frodo2.communication.MessageWith2Payloads< T1 extends Serializable, T2 extends Serializable >.getPayload2().
