Uses of Class
org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics

Packages that use JobStatistics
org.optimizationservices.oscommon.datastructure.osprocess   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of JobStatistics in org.optimizationservices.oscommon.datastructure.osprocess
 

Fields in org.optimizationservices.oscommon.datastructure.osprocess declared as JobStatistics
 JobStatistics[] Jobs.job
           
 

Uses of JobStatistics in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return JobStatistics
 JobStatistics[] OSResult.getJobStatistics()
          Get the statistics of all the jobs.
 JobStatistics[] OSProcess.getJobStatistics()
          Get the statistics of all the jobs.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type JobStatistics
 boolean OSResult.setJobStatistics(JobStatistics[] jobStatistics)
          Set the statistics of all jobs.
 boolean OSProcess.setJobStatistics(JobStatistics[] jobStatistics)
          Set the statistics of all jobs.
 

Uses of JobStatistics in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return JobStatistics
 JobStatistics[] OSrLReader.getJobStatistics()
          Get the statistics of all the jobs.
 JobStatistics[] OSpLReader.getJobStatistics()
          Get the statistics of all the jobs.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type JobStatistics
 boolean OSrLWriter.setJobStatistics(JobStatistics[] jobStatistics)
          Set the statistics of all jobs.
 boolean OSpLWriter.setJobStatistics(JobStatistics[] jobStatistics)
          Set the statistics of all jobs.