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

Packages that use CdHarFluxComp
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 CdHarFluxComp in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type CdHarFluxComp
CdHarFluxVectorProcess(CdHarFluxComp<F> computer)
          Constructs a new coordinate direction hit-and-run flux vector process.
SvCdHarFluxVectorProcess(CdHarFluxComp<F> computer)
          Constructs a new flux space variation coordinate direction hit-and-run flux vector process.
 

Uses of CdHarFluxComp in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return CdHarFluxComp
static CdHarFluxComp<MixedFluxome> CdHarFluxVectorManager.getMixedComp(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 CdHarFluxComp<MixedFluxome> CdHarFluxVectorManager.getMixedComp(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out, MixedFluxome fluxome, double tolerance)
          Creates and returns a coordinate-direction hit-and-run flux vector computer using the provided input.