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

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

Constructors in sbrt.kernel.fba.proc with parameters of type RxnDeletionComputer
CatalystDeletionProcess(RxnDeletionComputer<F> computer)
          Constructs a new catalyst deletion process.
CvCatalystDeletionProcess(RxnDeletionComputer<F> computer)
          Constructs a new constraint-variation catalyst deletion process.
CvRxnDeletionProcess(RxnDeletionComputer<F> computer)
          Constructs a new constraint-variation reaction deletion process.
RxnDeletionProcess(RxnDeletionComputer<F> computer)
          Constructs a new reaction deletion process.
 

Uses of RxnDeletionComputer in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba that return RxnDeletionComputer
static RxnDeletionComputer<MixedFluxome> RxnDeletionManager.getMixedDelComp(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
          Returns a reaction deletion computer created from the provided input.