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

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

Classes in sbrt.kernel.fba.comp that implement FluxIntervalComputer
 class AbstractFluxIntervalComputer<F extends Fluxome>
          This abstract class is a skeleton implemenation of FluxIntervalComputer.
 class MsFluxIntervalComputer<F extends IrrevRxnFluxome>
          This class is used to compute Mahadevan-Schilling flux intervals.
 class ReverseRxnIntervalComp<F extends IrrevRxnFluxome>
          This class is used to compute flux intervals while constraining the fluxes of reverse reactions to their minimum.
 class SimpleFluxIntervalComputer<F extends Fluxome>
          This class is used to compute flux intervals in the simplest possible way.
 

Uses of FluxIntervalComputer in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type FluxIntervalComputer
CvFluxIntervalProcess(FluxIntervalComputer<F> computer)
          Constructs a new constraint variation flux interval process.
FluxIntervalProcess(FluxIntervalComputer<F> computer)
          Constructs a new flux interval process.