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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osbenchmark declared as BenchmarkScores
 BenchmarkScores BenchmarkData.scores
           
 

Uses of BenchmarkScores in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return BenchmarkScores
 BenchmarkScores OSBenchmark.getBenchmarkScores()
          Get the benchmark scores.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type BenchmarkScores
 boolean OSBenchmark.setBenchmarkScores(BenchmarkScores scores)
          Set the benchmark scores.
 

Uses of BenchmarkScores in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return BenchmarkScores
 BenchmarkScores OSbLReader.getBenchmarkScores()
          Get the benchmark scores.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type BenchmarkScores
 boolean OSbLWriter.setBenchmarkScores(BenchmarkScores scores)
          Set the benchmark scores.