Uses of Class
sbrt.shell.io.fba.RowOrFbaOptOutputFile

Packages that use RowOrFbaOptOutputFile
sbrt.shell.io.fba Provides classes and interfaces for reading and writing files relevant to Flux Balance Analysis. 
sbrt.shell.mng.fba Provides classes and interfaces for creating Flux Balance Analysis process managers. 
 

Uses of RowOrFbaOptOutputFile in sbrt.shell.io.fba
 

Methods in sbrt.shell.io.fba that return RowOrFbaOptOutputFile
 RowOrFbaOptOutputFile<F> RofoofSource.next()
          Returns the next row-oriented map output file with the next name returned by the file name source.
 

Uses of RowOrFbaOptOutputFile in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return types with arguments of type RowOrFbaOptOutputFile
static
<F extends Fluxome>
MultiOutputFiles<RowOrFbaOptOutputFile<F>,FbaOptimizer.Results>
FbaOptManager.getMultiRowOrOutputFiles(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, java.util.Iterator<java.lang.String> fileNameSource, F fluxome)
          Returns a source of row-oriented FBA optimization output files.