Uses of Class
sbrt.kernel.fba.IrrevRxnFluxomeV1

Packages that use IrrevRxnFluxomeV1
sbrt.kernel.fba Provides classes and interfaces for creating objects relevant to Flux Balance Analysis. 
 

Uses of IrrevRxnFluxomeV1 in sbrt.kernel.fba
 

Methods in sbrt.kernel.fba that return IrrevRxnFluxomeV1
static IrrevRxnFluxomeV1 IrrevRxnFluxomeV1.make(java.util.Collection<java.lang.String> reactionNames, IrrevRxnFluxome fluxome)
          Returns an irreversible reaction fluxome composed of the reactions in the provided fluxome with the names in the provided collection.
 IrrevRxnFluxomeV1 IrrevRxnFluxomeV1.replaceConstraints(FluxConstraints fluxConstraints, double constraintTolerance)
          Returns a copy of this fluxome, but with all constraints replaced by those provided.