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

Packages that use OSRegistry
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
org.optimizationservices.oscommon.util   
 

Uses of OSRegistry in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OSRegistry
 OSRegistry OSRegistry.readOSRegistry(java.lang.String osRegistry, boolean isFile, boolean validate)
          read an OSRegistry instance and return and OSRegistry object.
 

Uses of OSRegistry in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSRegistry
 OSRegistry OSRegistryReader.getOSRegistry()
          get the standard OSRegistry, a local interface for storing Optimization Services registry.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSRegistry
 boolean OSRegistryWriter.setOSRegistry(OSRegistry osRegistry)
          set the OSRegistry, a standard os registry data structure.
 

Uses of OSRegistry in org.optimizationservices.oscommon.util
 

Fields in org.optimizationservices.oscommon.util declared as OSRegistry
static OSRegistry DefaultRegistry.osRegistry
          osRegistry holds the registry database information in the standard OSRegistry data structure.