|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A limited Addable that only declares a very small subset of the operations supported by an Addable. More...

Public Member Functions | |
| M | add (A other) |
| Addition. | |
| M | min (M other) |
| Minimum. | |
| M | max (M other) |
| Maximum. | |
| boolean | externalize () |
| Object | readResolve () |
| Method called just after deserialization. | |
A limited Addable that only declares a very small subset of the operations supported by an Addable.
| <A> | the type of what can be added to this limited Addable |
| <M> | the type of objects one can compute the max or min with |
| M frodo2.solutionSpaces.AddableLimited< A extends Addable< A >, M extends AddableLimited< A, M >.add | ( | A | other | ) |
Addition.
| other | the object to be added to this |
| boolean frodo2.solutionSpaces.AddableLimited< A extends Addable< A >, M extends AddableLimited< A, M >.externalize | ( | ) |
Implemented in frodo2.algorithms.dpop.privacy.test.FakeCryptoScheme.FakeEncryptedInteger, and frodo2.solutionSpaces.crypto.ElGamalBigInteger.
| M frodo2.solutionSpaces.AddableLimited< A extends Addable< A >, M extends AddableLimited< A, M >.max | ( | M | other | ) |
Maximum.
| other | another object |
| M frodo2.solutionSpaces.AddableLimited< A extends Addable< A >, M extends AddableLimited< A, M >.min | ( | M | other | ) |
Minimum.
| other | another object |
| Object frodo2.solutionSpaces.AddableLimited< A extends Addable< A >, M extends AddableLimited< A, M >.readResolve | ( | ) |
Method called just after deserialization.
Implemented in frodo2.algorithms.dpop.privacy.test.FakeCryptoScheme.FakeEncryptedInteger, and frodo2.solutionSpaces.crypto.ElGamalBigInteger.