Uses of Class
org.optimizationservices.oscommon.localinterface.OSBenchmark

Packages that use OSBenchmark
org.optimizationservices.oscommon.datastructure.osregistry   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of OSBenchmark in org.optimizationservices.oscommon.datastructure.osregistry
 

Fields in org.optimizationservices.oscommon.datastructure.osregistry declared as OSBenchmark
 OSBenchmark ServiceEntry.osbl
           
 

Uses of OSBenchmark in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OSBenchmark
 OSBenchmark OSBenchmark.readOSbL(java.lang.String osbl, boolean isFile, boolean validate)
          read an OSbL instance and return and OSBenchmark object.
 

Uses of OSBenchmark in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSBenchmark
 OSBenchmark OSbLReader.getOSBenchmark()
          get the standard OSBenchmark, a local interface for storing Optimization Services benchmark result.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSBenchmark
 boolean OSbLWriter.setOSBenchmark(OSBenchmark osBenchmark)
          set the OSBenchmark, a standard os benchmark interface.