FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable > Class Template Reference

A message containing the scores of given variables. More...

Inheritance diagram for frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >:

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.

Detailed Description

A message containing the scores of given variables.

Parameters
<S>the type used for the scores

Constructor & Destructor Documentation

◆ ScoresMsg() [1/2]

◆ ScoresMsg() [2/2]

Member Function Documentation

◆ readExternal()

void frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException
See also
java.io.Externalizable#readExternal(java.io.ObjectInput)

Reimplemented from frodo2.communication.Message.

References readExternal().

Referenced by readExternal().

Here is the call graph for this function:

◆ toString()

String frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.toString ( )
See also
Message.toString()

Reimplemented from frodo2.communication.Message.

◆ writeExternal()

void frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.writeExternal ( ObjectOutput out) throws IOException
See also
java.io.Externalizable#writeExternal(java.io.ObjectOutput)

Reimplemented from frodo2.communication.Message.

Member Data Documentation

◆ scores

HashMap<String, S> frodo2.algorithms.varOrdering.dfs.ScoresMsg< S extends Serializable >.scores
package

The scores of some variables.

Referenced by ScoresMsg().


The documentation for this class was generated from the following file: