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

Packages that use CdHarFluxVectorComputer.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 CdHarFluxVectorComputer.Results in sbrt.kernel.fba.comp
 

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

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

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