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

Packages that use CdHarFluxComp.Results
sbrt.kernel.fba.comp Provides classes and interfaces for performing Flux Balance Analysis computations. 
sbrt.kernel.fba.proc Provides classes and interfaces for executing Flux Balance Analysis processes. 
 

Uses of CdHarFluxComp.Results in sbrt.kernel.fba.comp
 

Methods in sbrt.kernel.fba.comp that return CdHarFluxComp.Results
 CdHarFluxComp.Results CdHarFluxComp.run()
          Computes the next random flux vector from within the interior of the convex polytope defined by the current set of constraints.
 

Uses of CdHarFluxComp.Results in sbrt.kernel.fba.proc
 

Method parameters in sbrt.kernel.fba.proc with type arguments of type CdHarFluxComp.Results
 void CdHarFluxVectorProcess.run(ResultsManager<CdHarFluxComp.Results> resultsManager)
          Generates the specified number of random flux vectors and adds each to the provided results manager.
 void SvCdHarFluxVectorProcess.run(ResultsManager<CdHarFluxComp.Results> resultsManager)
          Runs this process and adds the generated results to the provided results manager via its ResultsManager.addData(Object) method.