Uses of Class
sbrt.kernel.fba.comp.AbstractCvComputer

Packages that use AbstractCvComputer
sbrt.kernel.fba.comp Provides classes and interfaces for performing Flux Balance Analysis computations. 
 

Uses of AbstractCvComputer in sbrt.kernel.fba.comp
 

Subclasses of AbstractCvComputer in sbrt.kernel.fba.comp
 class AbstractFluxIntervalComputer<F extends Fluxome>
          This abstract class is a skeleton implemenation of FluxIntervalComputer.
 class CdHarFluxComp<F extends Fluxome>
          This class is used to compute randomly distributed vectors within flux space.
 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 RxnDeletionComputer<F extends Fluxome>
          This class is used to compute the effect of deleting reactions in a fluxome.
 class SimpleFluxIntervalComputer<F extends Fluxome>
          This class is used to compute flux intervals in the simplest possible way.