public static interface ReactionBuilder.StaticReactantStep
ReactionBuilder.StaticReactantStep addSubstrate(ChemicalEntity chemicalEntity)
ReactionBuilder.StaticReactantStep addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology)
ReactionBuilder.StaticReactantStep addSubstrate(ChemicalEntity chemicalEntity, double stoichiometricNumber)
ReactionBuilder.StaticReactantStep addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber)
ReactionBuilder.StaticReactantStep addProduct(ChemicalEntity chemicalEntity)
ReactionBuilder.StaticReactantStep addProduct(ChemicalEntity chemicalEntity, CellTopology topology)
ReactionBuilder.StaticReactantStep addProduct(ChemicalEntity chemicalEntity, double stoichiometricNumber)
ReactionBuilder.StaticReactantStep addProduct(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber)
ReactionBuilder.StaticReactantStep addCatalyst(ChemicalEntity chemicalEntity)
ReactionBuilder.StaticReactantStep addCatalyst(ChemicalEntity chemicalEntity, CellTopology topology)
ReactionBuilder.ReversibleReactionStep reversible()
A <-> BThe corresponding rate law is as follows:
v = kfwd * cA - kbwd * cBwhere v is the velocity of the reaction, kfwd is any
ForwardsRateConstant, kbwd is any
BackwardsRateConstant, cA is the concentration of the substrate, and cB is the concentration of
the product.ReactionBuilder.IrreversibleReactionStep irreversible()
ReactionBuilder.ComplexBuildingReactionStep complexBuilding()
ReactionBuilder.MichaelisMentenReactionStep michaelisMenten()
ReactionBuilder.ParameterStep kineticLaw(String expression)
Copyright © 2019. All rights reserved.