FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.privacy.ObsfUTILmsg< V extends Addable< V > > Class Template Reference

UTIL Message sent and decoded by VariableObfuscation. More...

Inheritance diagram for frodo2.algorithms.dpop.privacy.ObsfUTILmsg< V extends Addable< V > >:

Public Member Functions

 ObsfUTILmsg ()
 Empty constructor for externalization.
 ObsfUTILmsg (String senderVar, String senderAgent, String dest, Hypercube< V, AddableBigInteger > space)
 Constructor.
Public Member Functions inherited from frodo2.algorithms.dpop.UTILmsg< Val extends Addable< Val >, U extends Addable< U > >
 UTILmsg ()
 Empty constructor.
 UTILmsg (String senderVar, String senderAgent, String dest, UtilitySolutionSpace< Val, U > space)
 Constructor.
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException
String getSender ()
String getSenderAgent ()
String getDestination ()
UtilitySolutionSpace< Val, U > getSpace ()
String toString ()
boolean equals (Object o)
void fakeSerialize ()
Public Member Functions inherited from frodo2.communication.Message
 Message (MessageType type)
 Constructor.
 Message ()
 Empty constructor.
MessageType getType ()

Static Private Attributes

static final long serialVersionUID = -5524138436777783456L
 Used for serialization.

Additional Inherited Members

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

Detailed Description

UTIL Message sent and decoded by VariableObfuscation.

Parameters
<V>the type used for variable values
Author
Eric Zbinden, Thomas Leaute

Constructor & Destructor Documentation

◆ ObsfUTILmsg() [1/2]

◆ ObsfUTILmsg() [2/2]

Member Data Documentation

◆ serialVersionUID

final long frodo2.algorithms.dpop.privacy.ObsfUTILmsg< V extends Addable< V > >.serialVersionUID = -5524138436777783456L
staticprivate

Used for serialization.


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