Uses of Class
org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkStatistics

Packages that use BenchmarkStatistics
org.optimizationservices.oscommon.datastructure.osbenchmark   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of BenchmarkStatistics in org.optimizationservices.oscommon.datastructure.osbenchmark
 

Fields in org.optimizationservices.oscommon.datastructure.osbenchmark declared as BenchmarkStatistics
 BenchmarkStatistics BenchmarkData.statistics
           
 

Uses of BenchmarkStatistics in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return BenchmarkStatistics
 BenchmarkStatistics OSBenchmark.getBenchmarkStatistics()
          Get the benchmark statistics.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type BenchmarkStatistics
 boolean OSBenchmark.setBenchmarkStatistics(BenchmarkStatistics benchmarkStatistics)
          Set the benchmark statistics.
 

Uses of BenchmarkStatistics in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return BenchmarkStatistics
 BenchmarkStatistics OSbLReader.getBenchmarkStatistics()
          Get the benchmark statistics.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type BenchmarkStatistics
 boolean OSbLWriter.setBenchmarkStatistics(BenchmarkStatistics benchmarkStatistics)
          Set the benchmark statistics.