|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message containing the scores of given variables. More...

Public Member Functions | |
| ScoresMsg () | |
| Empty constructor used for externalization. | |
| ScoresMsg (HashMap< String, S > scores) | |
| Constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| 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. | |
Package Attributes | |
| HashMap< String, S > | scores |
| The scores of some variables. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message containing the scores of given variables.
| <S> | the type used for the scores |
| frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.ScoresMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.ScoresMsg | ( | HashMap< String, S > | scores | ) |
Constructor.
| scores | The scores of some variables |
References frodo2.algorithms.varOrdering.dfs.DFSgeneration< V extends Addable< V >, U extends Addable< U > >.ScoreBroadcastingHeuristic< S extends Comparable< S > &Serializable >.SCORE_MSG_TYPE, and scores.
| void frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References readExternal().
Referenced by readExternal().

| String frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
package |
The scores of some variables.
Referenced by ScoresMsg().