public class NthOrderReaction extends Reaction
| Constructor and Description |
|---|
NthOrderReaction(javax.measure.Quantity<ReactionRate> rateConstant) |
| 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> |
getRateConstant() |
void |
prepareAppliedRateConstant() |
determineConcentration, getDisplayString, getProducts, getStoichiometricReactants, getSubstrates, isElementary, setElementary, setStoichiometricReactantspublic NthOrderReaction(javax.measure.Quantity<ReactionRate> rateConstant)
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 prepareAppliedRateConstant()
public javax.measure.Quantity<ReactionRate> getRateConstant()
Copyright © 2017. All rights reserved.