Uses of Interface
sbrt.kernel.fba.comp.FluxomeReducer

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

Classes in sbrt.kernel.fba.comp that implement FluxomeReducer
 class MsFluxomeReducer
          This class is used to reduce the size of fluxomes for the purpose of identifying the steady state cycles they contain.
 class WwFluxomeReducer
          This class is used to reduce the size of fluxomes for the purpose of identifying the steady state cycles they contain.
 

Uses of FluxomeReducer in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type FluxomeReducer
FluxomeReducerProcess(T fluxome, FluxomeReducer<T> reducer)
          Constructs a new fluxome reduction process.