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

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.

Detailed Description

Convenience class to store a context.

Author
Brammert Ottens, 29 aug. 2011
Parameters
<V>type used for domain values

Constructor & Destructor Documentation

◆ State()

frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.State ( V[] values)

Constructor.

Parameters
valuesthe value that constitute this key

References hashCode, and values.

Referenced by equals().

Member Function Documentation

◆ equals()

boolean frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.equals ( Object o)
See also
java.lang.Object#equals(java.lang.Object)

References equals(), State(), and values.

Referenced by equals().

Here is the call graph for this function:

◆ hashCode()

int frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.hashCode ( )
See also
java.lang.Object#hashCode()

References hashCode.

◆ toString()

String frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.toString ( )
See also
java.lang.Object#toString()

References values.

Member Data Documentation

◆ hashCode

final int frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.hashCode
package

The hashCode of this key.

Referenced by hashCode(), and State().

◆ values

V [] frodo2.algorithms.duct.Sampling< V extends Addable< V > >.State< V extends Addable< V > >.values
package

The values in the assignment.

Referenced by equals(), State(), and toString().


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