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

Packages that use ColumnOrFbaOptOutputFile
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 ColumnOrFbaOptOutputFile in sbrt.shell.io.fba
 

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

Uses of ColumnOrFbaOptOutputFile in sbrt.shell.mng.fba
 

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