Uses of Class
sbrt.kernel.fba.proc.FluxActivityProcess.Results

Packages that use FluxActivityProcess.Results
sbrt.kernel.fba.proc Provides classes and interfaces for executing Flux Balance Analysis processes. 
 

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

Method parameters in sbrt.kernel.fba.proc with type arguments of type FluxActivityProcess.Results
 void FluxActivityProcess.run(ResultsManager<FluxActivityProcess.Results> resultsManager)
          Iterates thru the flux vector source set via setFluxVectorSource(Iterable), counts the number of active and inactive fluxes in each vector, and adds the results of each to the provided results manager.