|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A pair of scores, the second being used for tiebreaking. More...

Public Member Functions | |
| ScorePair (S1 score1, S2 score2) | |
| Constructor. | |
| int | compareTo (ScorePair< S1, S2 > other) |
| boolean | equals (Object object) |
| int | hashCode () |
| String | toString () |
Private Attributes | |
| S1 | score1 |
| The first score. | |
| S2 | score2 |
| The tiebreaking score. | |
Static Private Attributes | |
| static final long | serialVersionUID = -1626612391889900606L |
| Used for serialization. | |
A pair of scores, the second being used for tiebreaking.
| <S1> | the type used for the first score |
| <S2> | the type used for the tiebreaking score |
| frodo2.algorithms.heuristics.ScorePair< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable >.ScorePair | ( | S1 | score1, |
| S2 | score2 ) |
Constructor.
| score1 | the first score |
| score2 | the tiebreaking score |
References score1, and score2.
Referenced by compareTo(), and equals().
| int frodo2.algorithms.heuristics.ScorePair< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable >.compareTo | ( | ScorePair< S1, S2 > | other | ) |
References score1, score2, and ScorePair().

| boolean frodo2.algorithms.heuristics.ScorePair< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable >.equals | ( | Object | object | ) |
References score1, score2, and ScorePair().

| int frodo2.algorithms.heuristics.ScorePair< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable >.hashCode | ( | ) |
| String frodo2.algorithms.heuristics.ScorePair< S1 extends Comparable< S1 > &Serializable, S2 extends Comparable< S2 > &Serializable >.toString | ( | ) |
|
private |
The first score.
Referenced by compareTo(), equals(), and ScorePair().
|
private |
The tiebreaking score.
Referenced by compareTo(), equals(), and ScorePair().
|
staticprivate |
Used for serialization.