sbrt.shell.proc.fba
Class SbmlWriter

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

public class SbmlWriter
extends java.lang.Object

This class is used to write fluxomes in SBML format.


Constructor Summary
SbmlWriter()
           
 
Method Summary
 void write(IrrevRxnFluxome fluxome, java.lang.String sbmlFileName)
          Writes the provided fluxome in SBML format to a file with the provided name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbmlWriter

public SbmlWriter()
Method Detail

write

public void write(IrrevRxnFluxome fluxome,
                  java.lang.String sbmlFileName)
Writes the provided fluxome in SBML format to a file with the provided name.

Parameters:
fluxome - the fluxome to be written in SBML format.
sbmlFileName - the name of the SBML file to be created.