sbrt.shell.proc.fba
Class MetatoolFileWriter

java.lang.Object
  extended by sbrt.shell.proc.fba.MetatoolFileWriter

public class MetatoolFileWriter
extends java.lang.Object

This class is used to write input files for Metatool.


Constructor Summary
MetatoolFileWriter()
           
 
Method Summary
 void writeFile(IrrevRxnFluxome fluxome, OutputFile<java.lang.String> file)
          Writes a metatool input file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetatoolFileWriter

public MetatoolFileWriter()
Method Detail

writeFile

public void writeFile(IrrevRxnFluxome fluxome,
                      OutputFile<java.lang.String> file)
Writes a metatool input file.

Parameters:
fluxome - the network to be written to file.
file - the metatool input file.