public class BiochemicalReaction extends Reaction
| Constructor and Description |
|---|
BiochemicalReaction(Enzyme enzyme) |
BiochemicalReaction(KineticLaw kineticLaw) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<ReactionRate> |
calculateAcceleration(BioNode node,
CellSection section)
Determines the actual acceleration of concentration that would result in a change in concentration if the
reaction is occurring in the given
BioNode. |
Set<ChemicalEntity<?>> |
collectAllReferencedEntities() |
determineConcentration, getDisplayString, getProducts, getStoichiometricReactants, getSubstrates, isElementary, setElementary, setStoichiometricReactantspublic BiochemicalReaction(KineticLaw kineticLaw)
public BiochemicalReaction(Enzyme enzyme)
public javax.measure.Quantity<ReactionRate> calculateAcceleration(BioNode node, CellSection section)
ReactionBioNode.calculateAcceleration in class Reactionnode - The node containing the concentrations of species subject to this reaction.section - The cell section.public Set<ChemicalEntity<?>> collectAllReferencedEntities()
collectAllReferencedEntities in class ReactionCopyright © 2017. All rights reserved.