|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Convenience class to store a context. More...
Public Member Functions | |
| State (V[] values) | |
| Constructor. | |
| boolean | equals (Object o) |
| int | hashCode () |
| String | toString () |
Package Attributes | |
| V[] | values |
| The values in the assignment. | |
| final int | hashCode |
| The hashCode of this key. | |
Convenience class to store a context.
| <V> | type used for domain values |
| frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.State | ( | V[] | values | ) |
| boolean frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.equals | ( | Object | o | ) |
| int frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.hashCode | ( | ) |
References hashCode.
| String frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.toString | ( | ) |
References values.
|
package |
The hashCode of this key.
Referenced by hashCode(), and State().
|
package |
The values in the assignment.
Referenced by equals(), State(), and toString().