|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Convenience class containing a timestamp and utility value. More...
Public Member Functions | |
| TimeStamp (U utility, long time) | |
| Constructor. | |
| boolean | equals (Object o) |
| String | toString () |
Package Attributes | |
| U | utility |
The utility at time time. | |
| long | time |
| The time stamp. | |
Convenience class containing a timestamp and utility value.
| <U> | type used for utilities |
| boolean frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.equals | ( | Object | o | ) |
References equals(), time, and TimeStamp().
Referenced by equals(), and frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.processAssignmentHistories().

| String frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.toString | ( | ) |
|
package |
The time stamp.
Referenced by equals(), TimeStamp(), and toString().
|
package |
The utility at time time.
Referenced by TimeStamp(), and toString().