FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.duct.BOUNDmsg Class Reference
Inheritance diagram for frodo2.algorithms.duct.BOUNDmsg:

Public Member Functions

 BOUNDmsg ()
 Empty constructor.
 BOUNDmsg (MessageType type, String receiver, AddableReal lowerBound, AddableReal upperBound, int counter, long size, Set< String > separator)
 Constructor.
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException
String getReceiver ()
AddableReal getLowerBound ()
AddableReal getUpperBound ()
int getCounter ()
long getSize ()
Set< String > getSeperator ()
Public Member Functions inherited from frodo2.communication.MessageWith5Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable, T4 extends Serializable, T5 extends Serializable >
 MessageWith5Payloads ()
 Empty constructor.
 MessageWith5Payloads (MessageType type, T1 payload1, T2 payload2, T3 payload3, T4 payload4, T5 payload5)
 Constructor.
MessageWith5Payloads< T1, T2, T3, T4, T5 > clone ()
T1 getPayload1 ()
void setPayload1 (T1 payload1)
T2 getPayload2 ()
void setPayload2 (T2 payload2)
T3 getPayload3 ()
void setPayload3 (T3 payload3)
T4 getPayload4 ()
void setPayload4 (T4 payload4)
T5 getPayload5 ()
void setPayload5 (T5 payload5)
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

Set< String > separator
 The separator of the reporting variable.

Additional Inherited Members

Protected Attributes inherited from frodo2.communication.Message
MessageType type
 The type of this message.

Detailed Description

Author
Brammert Ottens, 9 aug. 2011

Constructor & Destructor Documentation

◆ BOUNDmsg() [1/2]

frodo2.algorithms.duct.BOUNDmsg.BOUNDmsg ( )

Empty constructor.

◆ BOUNDmsg() [2/2]

frodo2.algorithms.duct.BOUNDmsg.BOUNDmsg ( MessageType type,
String receiver,
AddableReal lowerBound,
AddableReal upperBound,
int counter,
long size,
Set< String > separator )

Constructor.

Parameters
typethe type of the message (either BOUND_MSG_TYPE or NORM_MSG_TYPE
receiverthe intended receiver of the message
lowerBoundthe lower bound
upperBoundthe upper bound
counterthe number of spaces that have been visited
sizeSize of the domain
separatorthe separator of the sending variable

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

Member Function Documentation

◆ getCounter()

int frodo2.algorithms.duct.BOUNDmsg.getCounter ( )

◆ getLowerBound()

◆ getReceiver()

◆ getSeperator()

Set< String > frodo2.algorithms.duct.BOUNDmsg.getSeperator ( )
Author
Brammert Ottens, 25 aug. 2011
Returns
the separator of the sending variable

References separator.

Referenced by frodo2.algorithms.duct.Normalize< V extends Addable< V > >.notifyIn(), and frodo2.algorithms.duct.NormalizeInf< V extends Addable< V > >.notifyIn().

◆ getSize()

long frodo2.algorithms.duct.BOUNDmsg.getSize ( )

◆ getUpperBound()

◆ readExternal()

void frodo2.algorithms.duct.BOUNDmsg.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException

◆ writeExternal()

Member Data Documentation

◆ separator

Set<String> frodo2.algorithms.duct.BOUNDmsg.separator
package

The separator of the reporting variable.

Referenced by BOUNDmsg(), getSeperator(), readExternal(), and writeExternal().


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