org.optimizationservices.oscommon.representationparser
Class OSfLWriter

java.lang.Object
  extended by org.optimizationservices.oscommon.representationparser.OSgLWriter
      extended by org.optimizationservices.oscommon.representationparser.OSfLWriter

public class OSfLWriter
extends OSgLWriter

The OSfLWriter class is used to construct an instance that follows the OSfL format.

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

Field Summary
 
Fields inherited from class org.optimizationservices.oscommon.representationparser.OSgLWriter
m_document
 
Constructor Summary
OSfLWriter()
          Constructor.
 
Method Summary
static void main(java.lang.String[] argv)
          main for test purposes.
 
Methods inherited from class org.optimizationservices.oscommon.representationparser.OSgLWriter
getDocument, setDocument, writeToFile, writeToSring, writeToStandardOutput
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSfLWriter

public OSfLWriter()
Constructor.

Method Detail

main

public static void main(java.lang.String[] argv)
main for test purposes.

Parameters:
argv - command line arguments.