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

Packages that use OSOption
org.optimizationservices.oscommon.datastructure.osentity   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of OSOption in org.optimizationservices.oscommon.datastructure.osentity
 

Fields in org.optimizationservices.oscommon.datastructure.osentity declared as OSOption
 OSOption JobInfo.osol
           
 

Uses of OSOption in org.optimizationservices.oscommon.localinterface
 

Fields in org.optimizationservices.oscommon.localinterface declared as OSOption
 OSOption DefaultSolver.osOption
          osOption holds the OS option object (input)
 OSOption DefaultSimulation.osOption
          osOption holds the OS option object (input).
 

Methods in org.optimizationservices.oscommon.localinterface that return OSOption
 OSOption OSEntity.getDefaultOptionNamesAndValues()
          Get the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
 OSOption OSOption.readOSoL(java.lang.String osol, boolean isFile, boolean validate)
          read an OSoL instance and return and OSOption object.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type OSOption
 boolean OSEntity.setDefaultOptionNamesAndValues(OSOption osOption)
          Set the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
 

Uses of OSOption in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSOption
 OSOption OSeLReader.getDefaultOptionNamesAndValues()
          Get the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
 OSOption OSoLReader.getOSOption()
          get the standard OSOption, a local interface for storing Optimization Services option.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSOption
 boolean OSeLWriter.setDefaultOptionNamesAndValues(OSOption osOption)
          Set the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
 boolean OSoLWriter.setOSOption(OSOption osOption)
          set the OSOption, a standard os option interface.