|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message holding the optimal assignments to variables, conditioned on the assignments to the variables in its separator. More...

Public Member Functions | |
| SolutionMessage () | |
| Empty constructor used for externalization. | |
| SolutionMessage (String clusterID, String[] variables, BasicUtilitySolutionSpace< Val, ArrayList< Val > > space) | |
| Constructor. | |
| String | getClusterID () |
| String[] | getVariables () |
| BasicUtilitySolutionSpace< Val, ArrayList< Val > > | getCondOptAssignments () |
| String | toString () |
| void | fakeSerialize () |
| Public Member Functions inherited from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable > | |
| MessageWith3Payloads () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| MessageWith3Payloads (MessageType type, T1 payload1, T2 payload2, T3 payload3) | |
| Constructor. | |
| MessageWith3Payloads< T1, T2, T3 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| T3 | getPayload3 () |
| void | setPayload3 (T3 payload3) |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message holding the optimal assignments to variables, conditioned on the assignments to the variables in its separator.
| <Val> | the type used for variable values |
| frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.SolutionMessage | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.SolutionMessage | ( | String | clusterID, |
| String[] | variables, | ||
| BasicUtilitySolutionSpace< Val, ArrayList< Val > > | space ) |
Constructor.
| clusterID | the cluster ID |
| variables | the variables optimized over |
| space | the conditional optimal assignments to variable |
References frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.OUTPUT_MSG_TYPE.
| void frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.fakeSerialize | ( | ) |
Reimplemented from frodo2.communication.Message.
| String frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.getClusterID | ( | ) |
| BasicUtilitySolutionSpace< Val, ArrayList< Val > > frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.getCondOptAssignments | ( | ) |
Referenced by frodo2.algorithms.dpop.stochastic.test.ExpectedUTILtest.Listener.notifyIn(), and toString().

| String[] frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.getVariables | ( | ) |
Referenced by frodo2.algorithms.dpop.stochastic.test.ExpectedUTILtest.Listener.notifyIn(), and toString().

| String frodo2.algorithms.dpop.UTILpropagation< Val extends Addable< Val >, U extends Addable< U > >.SolutionMessage< Val extends Addable< Val > >.toString | ( | ) |
Reimplemented from frodo2.communication.MessageWith3Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable >.
References getClusterID(), getCondOptAssignments(), frodo2.communication.Message.getType(), and getVariables().
