|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A message containing the score of a single variable. More...

Public Member Functions | |
| ScoreMsg () | |
| Empty constructor used for externalization. | |
| ScoreMsg (String var, S score) | |
| 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 | |
| String | var |
| The variable. | |
| S | score |
| The score associated with the given variable. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
A message containing the score of a single variable.
| <S> | the type used for the scores |
| frodo2.algorithms.varOrdering.dfs.ScoreMsg< S extends Serializable >.ScoreMsg | ( | ) |
Empty constructor used for externalization.
| frodo2.algorithms.varOrdering.dfs.ScoreMsg< S extends Serializable >.ScoreMsg | ( | String | var, |
| S | score ) |
Constructor.
| var | The variable |
| score | The score associated with the given variable |
References score, frodo2.algorithms.varOrdering.dfs.DFSgeneration< V extends Addable< V >, U extends Addable< U > >.ScoreBroadcastingHeuristic< S extends Comparable< S > &Serializable >.SCORE_SINGLE_VAR_MSG_TYPE, and var.
| void frodo2.algorithms.varOrdering.dfs.ScoreMsg< S extends Serializable >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References readExternal().
Referenced by readExternal().

| String frodo2.algorithms.varOrdering.dfs.ScoreMsg< S extends Serializable >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.varOrdering.dfs.ScoreMsg< S extends Serializable >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
package |
The score associated with the given variable.
Referenced by ScoreMsg().
|
package |
The variable.
Referenced by ScoreMsg().