Uses of Class
messif.statistics.OperationStatistics

Packages that use OperationStatistics
messif.algorithms Search algorithms base classes. 
messif.statistics Statistic gathering support. 
 

Uses of OperationStatistics in messif.algorithms
 

Methods in messif.algorithms that return OperationStatistics
 OperationStatistics Algorithm.getOperationStatistics()
          Returns the statistics of the executed operations.
 

Uses of OperationStatistics in messif.statistics
 

Methods in messif.statistics that return OperationStatistics
static OperationStatistics OperationStatistics.getLocalThreadStatistics()
          OperationStatistics creator
 

Methods in messif.statistics with parameters of type OperationStatistics
 void OperationStatistics.updateFrom(OperationStatistics sourceStats)
          Update this statistics with other operation statistics values.