sbrt.shell.io.fba
Interface FbaOptOutputFile<F extends Fluxome>

Type Parameters:
F - the fluxome type.
All Superinterfaces:
OutputFile<FbaOptimizer.Results>, ResultsManager<FbaOptimizer.Results>, SbrtFile
All Known Implementing Classes:
ColumnOrFbaOptOutputFile, RowOrFbaOptOutputFile, SerFbaOptOutputFile

public interface FbaOptOutputFile<F extends Fluxome>
extends OutputFile<FbaOptimizer.Results>

This interface is used to represent FBA optimization output files.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 FbaOptFileLineFormat getFbaOptFileLineFormat()
          Returns the FBA optimization output file line format.
 
Methods inherited from interface sbrt.shell.io.SbrtFile
close, getCanonicalName, getOriginalName, isClosed
 
Methods inherited from interface sbrt.kernel.io.ResultsManager
addData, breakPoint, close, getName, isClosed
 

Method Detail

getFbaOptFileLineFormat

FbaOptFileLineFormat getFbaOptFileLineFormat()
Returns the FBA optimization output file line format.

Returns:
the FBA optimization output file line format.