public class EquilibriumReaction extends Reaction
| Constructor and Description |
|---|
EquilibriumReaction(javax.measure.Quantity<ReactionRate> forwardsRateConstant,
javax.measure.Quantity<ReactionRate> backwardsRateConstant) |
| 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() |
javax.measure.Quantity<ReactionRate> |
getBackwardsRateConstant() |
javax.measure.Quantity<ReactionRate> |
getForwardsRateConstant() |
void |
prepareAppliedRateConstants() |
determineConcentration, getDisplayString, getProducts, getStoichiometricReactants, getSubstrates, isElementary, setElementary, setStoichiometricReactantspublic EquilibriumReaction(javax.measure.Quantity<ReactionRate> forwardsRateConstant, javax.measure.Quantity<ReactionRate> backwardsRateConstant)
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 Reactionpublic void prepareAppliedRateConstants()
public javax.measure.Quantity<ReactionRate> getBackwardsRateConstant()
public javax.measure.Quantity<ReactionRate> getForwardsRateConstant()
Copyright © 2017. All rights reserved.