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

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

Methods in sbrt.shell.io.fba that return SerFbaOptOutputFile
 SerFbaOptOutputFile<F> SfoofSource.next()
          Returns the next serialized map output file with the next name returned by the file name source.
 

Uses of SerFbaOptOutputFile in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return types with arguments of type SerFbaOptOutputFile
static
<F extends Fluxome>
MultiOutputFiles<SerFbaOptOutputFile<F>,FbaOptimizer.Results>
FbaOptManager.getMultiSerOutputFiles(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 serialized FBA optimization output files.