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

Packages that use ExtremeCurrentComputer
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. 
sbrt.shell.mng.fba Provides classes and interfaces for creating Flux Balance Analysis process managers. 
 

Uses of ExtremeCurrentComputer in sbrt.kernel.fba.comp
 

Classes in sbrt.kernel.fba.comp that implement ExtremeCurrentComputer
 class SlpExCurrComputerV2
          This class is an implementation of an algorithm for identifying extreme currents in stoichiometric networks.
 

Constructors in sbrt.kernel.fba.comp with parameters of type ExtremeCurrentComputer
SlpCycleComputer(ExtremeCurrentComputer computer)
          Constructs a new steady state cycle computer from the given extreme current computer.
 

Uses of ExtremeCurrentComputer in sbrt.kernel.fba.proc
 

Constructors in sbrt.kernel.fba.proc with parameters of type ExtremeCurrentComputer
ExtremeCurrentProcess(F fluxome, ExtremeCurrentComputer computer)
          Constructs a new extreme current process.
 

Uses of ExtremeCurrentComputer in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return ExtremeCurrentComputer
static ExtremeCurrentComputer ExtremeCurrentManager.getComputer(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
          Returns an extreme current computer created from the provided input.