org.optimizationservices.oscommon.util
Class OSParameterFile

java.lang.Object
  extended by org.optimizationservices.oscommon.util.OSParameterFile

public final class OSParameterFile
extends java.lang.Object

The OSParameterFile class stores OSParameter file related information.

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin

Field Summary
static java.lang.String NAME
          NAME holds the file name that keeps the parameter information.
 
Constructor Summary
OSParameterFile()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static java.lang.String NAME
NAME holds the file name that keeps the parameter information.

Constructor Detail

OSParameterFile

public OSParameterFile()
Default constructor.