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

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

Classes in sbrt.kernel.fba.comp that implement CycleComputer
 class SlpCycleComputer
          This class is used to identify the steady state cycles in stoichiometric networks.
 

Uses of CycleComputer in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type CycleComputer
CycleIdProcess(F fluxome, CycleComputer<F> computer)
          Constructs a new steady state cycle identification process.