FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.synchbb.BTmsg Class Reference

Backtrack message in SynchBB. More...

Inheritance diagram for frodo2.algorithms.synchbb.BTmsg:

Public Member Functions

 BTmsg ()
 Empty constructor used for externalization.
 BTmsg (String dest)
 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.

Protected Member Functions

 BTmsg (MessageType type, String dest)
 Constructor.

Protected Attributes

String dest
 The destination variable.
Protected Attributes inherited from frodo2.communication.Message
MessageType type
 The type of this message.

Detailed Description

Backtrack message in SynchBB.

Constructor & Destructor Documentation

◆ BTmsg() [1/3]

frodo2.algorithms.synchbb.BTmsg.BTmsg ( )

◆ BTmsg() [2/3]

frodo2.algorithms.synchbb.BTmsg.BTmsg ( String dest)

Constructor.

Parameters
destthe destination variable

References frodo2.algorithms.synchbb.SynchBB< V extends Addable< V >, U extends Addable< U > >.BACKTRACK_MSG_TYPE, and dest.

◆ BTmsg() [3/3]

frodo2.algorithms.synchbb.BTmsg.BTmsg ( MessageType type,
String dest )
protected

Constructor.

Parameters
typeThe type of the message
destthe destination variable

References dest, and frodo2.communication.Message.type.

Member Function Documentation

◆ readExternal()

void frodo2.algorithms.synchbb.BTmsg.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException
See also
java.io.Externalizable#readExternal(java.io.ObjectInput)

Reimplemented from frodo2.communication.Message.

Reimplemented in frodo2.algorithms.synchbb.PathMsg< V extends Addable< V >, U extends Addable< U > >.

◆ toString()

String frodo2.algorithms.synchbb.BTmsg.toString ( )

◆ writeExternal()

void frodo2.algorithms.synchbb.BTmsg.writeExternal ( ObjectOutput out) throws IOException
See also
java.io.Externalizable#writeExternal(java.io.ObjectOutput)

Reimplemented from frodo2.communication.Message.

Reimplemented in frodo2.algorithms.synchbb.PathMsg< V extends Addable< V >, U extends Addable< U > >.

Member Data Documentation

◆ dest


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