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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osregistry declared as OSProcess
 OSProcess ServiceEntry.ospl
           
 

Uses of OSProcess in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OSProcess
 OSProcess OSProcess.readOSpL(java.lang.String ospl, boolean isFile, boolean validate)
          read an OSpL instance and return and OSProcess object.
 

Uses of OSProcess in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSProcess
 OSProcess OSpLReader.getOSProcess()
          get the standard OSProcess, a local interface for storing Optimization Services process.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSProcess
 boolean OSpLWriter.setOSProcess(OSProcess osProcess)
          set the OSProcess, a standard os process interface.