|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
An (int, int, String) tuple. More...

Public Member Functions | |
| IntIntStringTuple (int int1, int int2, String str) | |
| Constructor. | |
| int | compareTo (IntIntStringTuple o) |
| String | toString () |
Private Attributes | |
| int | int1 |
| The first integer. | |
| int | int2 |
| The second integer. | |
| String | str |
| The String. | |
Static Private Attributes | |
| static final long | serialVersionUID = -8595083726015081194L |
| Used for serialization. | |
An (int, int, String) tuple.
| frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.MaxWidthMinDom.IntIntStringTuple.IntIntStringTuple | ( | int | int1, |
| int | int2, | ||
| String | str ) |
Constructor.
| int1 | the first integer |
| int2 | the second integer |
| str | the String |
References int1, int2, and str.
Referenced by compareTo().
| int frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.MaxWidthMinDom.IntIntStringTuple.compareTo | ( | IntIntStringTuple | o | ) |
References int1, int2, IntIntStringTuple(), and str.

| String frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.MaxWidthMinDom.IntIntStringTuple.toString | ( | ) |
|
private |
The first integer.
Referenced by compareTo(), and IntIntStringTuple().
|
private |
The second integer.
Referenced by compareTo(), and IntIntStringTuple().
|
staticprivate |
Used for serialization.
|
private |
The String.
Referenced by compareTo(), and IntIntStringTuple().