|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Encrypted UTIL msg. More...

Public Member Functions | |
| EncrUTIL (UtilitySolutionSpaceLimited< V, U, E > space) | |
| Constructor. | |
| EncrUTIL () | |
| Empty Constructor used for externalization. | |
| UtilitySolutionSpaceLimited< V, U, E > | getSpace () |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | fakeSerialize () |
| String | toString () |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
Private Attributes | |
| UtilitySolutionSpaceLimited< V, U, E > | space |
| The solution space. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Encrypted UTIL msg.
| <V> | The type of variable values |
| <U> | The type of the utilities |
| <E> | The type of the encrypted utilities |
| frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.EncrUTIL | ( | UtilitySolutionSpaceLimited< V, U, E > | space | ) |
Constructor.
| space | the utilitySolutionSpace |
References frodo2.algorithms.dpop.privacy.EncryptedUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.ENCRYPTED_UTIL_TYPE, and space.
| frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.EncrUTIL | ( | ) |
Empty Constructor used for externalization.
| void frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.fakeSerialize | ( | ) |
Reimplemented from frodo2.communication.Message.

| UtilitySolutionSpaceLimited< V, U, E > frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.getSpace | ( | ) |
References space.
| void frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
References readExternal().
Referenced by readExternal().

| String frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
References space.
| void frodo2.algorithms.dpop.privacy.EncrUTIL< V extends Addable< V >, U extends Addable< U >, E extends AddableLimited< U, E >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
References space.
|
private |
The solution space.
Referenced by EncrUTIL(), getSpace(), toString(), and writeExternal().