|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
UTIL Message sent and decoded by VariableObfuscation. More...

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. | |
UTIL Message sent and decoded by VariableObfuscation.
| <V> | the type used for variable values |
| frodo2.algorithms.dpop.privacy.ObsfUTILmsg< V extends Addable< V > >.ObsfUTILmsg | ( | ) |
Empty constructor for externalization.
| frodo2.algorithms.dpop.privacy.ObsfUTILmsg< V extends Addable< V > >.ObsfUTILmsg | ( | String | senderVar, |
| String | senderAgent, | ||
| String | dest, | ||
| Hypercube< V, AddableBigInteger > | space ) |
Constructor.
| senderVar | the sender variable |
| senderAgent | the sender agent |
| dest | the destination variable |
| space | the space |
References frodo2.algorithms.dpop.UTILmsg< Val extends Addable< Val >, U extends Addable< U > >.dest, frodo2.algorithms.dpop.privacy.VariableObfuscation< V extends Addable< V >, U extends Addable< U > >.OBFUSCATED_UTIL_TYPE, frodo2.algorithms.dpop.UTILmsg< Val extends Addable< Val >, U extends Addable< U > >.senderAgent, and frodo2.algorithms.dpop.UTILmsg< Val extends Addable< Val >, U extends Addable< U > >.space.
|
staticprivate |
Used for serialization.