Uses of Class
sbrt.kernel.fba.comp.CdHarFluxVectorComputer

Packages that use CdHarFluxVectorComputer
sbrt.kernel.fba.proc Provides classes and interfaces for executing Flux Balance Analysis processes. 
sbrt.shell.mng.fba Provides classes and interfaces for creating Flux Balance Analysis process managers. 
 

Uses of CdHarFluxVectorComputer in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type CdHarFluxVectorComputer
CdHarFluxVectorProcess(CdHarFluxVectorComputer computer)
          Constructs a new coordinate direction hit-and-run flux vector experiment.
SvCdHarFluxVectorProcess(CdHarFluxVectorComputer computer)
          Constructs a new constraint variation coordinate direction hit-and-run flux vector experiment.
 

Uses of CdHarFluxVectorComputer in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return CdHarFluxVectorComputer
static CdHarFluxVectorComputer CdHarFluxVectorManager.getComputer(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
          Creates and returns a coordinate-direction hit-and-run flux vector computer using the provided input.
static CdHarFluxVectorComputer CdHarFluxVectorManager.getComputer(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, IrrevRxnFluxome fluxome, double tolerance)
          Creates and returns a coordinate-direction hit-and-run flux vector computer using the provided input.