Uses of Class
org.optimizationservices.oscommon.datastructure.osresult.GeneralStatus

Packages that use GeneralStatus
org.optimizationservices.oscommon.datastructure.osresult   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of GeneralStatus in org.optimizationservices.oscommon.datastructure.osresult
 

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as GeneralStatus
 GeneralStatus ResultHeader.generalStatus
           
 

Uses of GeneralStatus in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return GeneralStatus
 GeneralStatus OSResult.getGeneralStatus()
          Get the general status.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type GeneralStatus
 boolean OSResult.setGeneralStatus(GeneralStatus status)
          Set the general status
 

Uses of GeneralStatus in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return GeneralStatus
 GeneralStatus OSrLReader.getGeneralStatus()
          Get the general status.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type GeneralStatus
 boolean OSrLWriter.setGeneralStatus(GeneralStatus status)
          Set the general status