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

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

utility
 The utility at time time.
long time
 The time stamp.

Detailed Description

Convenience class containing a timestamp and utility value.

Author
Brammert Ottens, 3 dec 2010
Parameters
<U>type used for utilities

Constructor & Destructor Documentation

◆ TimeStamp()

frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.TimeStamp ( U utility,
long time )

Constructor.

Parameters
utilityThe utility at time time
timeThe time stamp

References time, and utility.

Referenced by equals().

Member Function Documentation

◆ equals()

boolean frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.equals ( Object o)
See also
java.lang.Object#equals(java.lang.Object)

References equals(), time, and TimeStamp().

Referenced by equals(), and frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.processAssignmentHistories().

Here is the call graph for this function:

◆ toString()

String frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.toString ( )
See also
java.lang.Object#toString()

References time, and utility.

Member Data Documentation

◆ time

long frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.time
package

The time stamp.

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

◆ utility

U frodo2.algorithms.Convergence< V extends Addable< V >, U extends Addable< U > >.TimeStamp< U extends Addable< U > >.utility
package

The utility at time time.

Referenced by TimeStamp(), and toString().


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