FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > > Class Template Reference
Inheritance diagram for frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >:

Public Member Functions

 BinaryAssignment (Val ownValue, Val neighborValue)
 Constructor.
Val getOwnValue ()
Val neighborValue ()
int hashCode ()

Private Attributes

Val ownValue
 The value of the sending variable.
Val neighborValue
 The value of the receiving variable.

Static Private Attributes

static final long serialVersionUID = 250394009304944886L
 Used for serialization.

Detailed Description

Author
Brammert Ottens, 29 mrt. 2011
Parameters
<Val>type used for domain values

Constructor & Destructor Documentation

◆ BinaryAssignment()

frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >.BinaryAssignment ( Val ownValue,
Val neighborValue )

Constructor.

Parameters
ownValueThe value of the sending variable
neighborValueThe value of the receiving variable

References neighborValue, and ownValue.

Member Function Documentation

◆ getOwnValue()

◆ hashCode()

int frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >.hashCode ( )
See also
java.lang.Object#hashCode()

References neighborValue, and ownValue.

◆ neighborValue()

Val frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >.neighborValue ( )
Author
Brammert Ottens, 11 apr. 2011
Returns
the value of the receiving variable

References neighborValue.

Member Data Documentation

◆ neighborValue

◆ ownValue

Val frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >.ownValue
private

The value of the sending variable.

Referenced by BinaryAssignment(), getOwnValue(), and hashCode().

◆ serialVersionUID

final long frodo2.algorithms.localSearch.mgm.mgm2.BinaryAssignment< Val extends Addable< Val > >.serialVersionUID = 250394009304944886L
staticprivate

Used for serialization.


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