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

Packages that use FluxIntervalInputFile
sbrt.shell.mng.fba Provides classes and interfaces for creating Flux Balance Analysis process managers. 
 

Uses of FluxIntervalInputFile in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return FluxIntervalInputFile
static FluxIntervalInputFile IntervalVariationManager.getCvInputFile(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, Fluxome fluxome, double tolerance)
          Returns the constraint variation input with the name denoted by IntervalVariationManager.CV_FILE in the provided manager input.
static FluxIntervalInputFile IntervalVariationManager.getCvInputFile(java.lang.String fileName, Fluxome fluxome, double tolerance)
          Returns the constraint variation input file with the provided name.
static FluxIntervalInputFile IntervalVariationManager.getIntervalInputFile(java.lang.String fileName, Fluxome fluxome, double tolerance)
          Returns the flux interval input file with the provided name.
static FluxIntervalInputFile IntervalVariationManager.getIntervalInputFile(java.lang.String fileName, Fluxome fluxome, MapFormat<LinearComb<java.lang.String>,Interval> mapFormat, double tolerance)
          Returns the flux interval input file with the provided name.
static FluxIntervalInputFile IntervalVariationManager.getSvInputFile(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, Fluxome fluxome, double tolerance)
          Returns the space variation input with the name denoted by IntervalVariationManager.FLUX_INTERVAL_FILE in the provided manager input.