Uses of Interface
sbrt.shell.io.MapTextOutputFile

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

Uses of MapTextOutputFile in sbrt.shell.io
 

Classes in sbrt.shell.io that implement MapTextOutputFile
 class AbstractMapOutputFile<K,V>
          This abstract class is a skeleton implementation of MapTextOutputFile.
 class ComoFile<K,V>
          This class is used to write maps to text files in a column-oriented way.
 class RomoFile<K,V>
          This class is used to write maps to text files in a row-oriented way.
 

Uses of MapTextOutputFile in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return MapTextOutputFile
static MapTextOutputFile<java.lang.String,Interval> RandomConstraintsManager.getOutputFile(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, Fluxome fluxome)
          Returns an empty output file that is suitable for storing multiple sets of flux constraints.
static MapTextOutputFile<java.lang.String,Interval> RandomConstraintsManager.getOutputFile(java.lang.String fileName, FileFormat format, java.util.Set<java.lang.String> headers, Fluxome fluxome)
          Returns an empty output file that is suitable for storing multiple sets of flux constraints.
static MapTextOutputFile<java.lang.String,Interval> RandomConstraintsManager.getOutputFile(java.lang.String fileName, java.util.Set<java.lang.String> headers, IrrevRxnFluxome fluxome)
          Returns an empty output file that is suitable for storing multiple sets of flux constraints.