public class DynamicKineticLaw extends Object implements KineticLaw
| Constructor and Description |
|---|
DynamicKineticLaw(AppliedExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<ReactionRate> |
calculateAcceleration(BioNode node,
CellSection section) |
double |
getAppliedScale() |
Map<ChemicalEntity,String> |
getEntityReference() |
AppliedExpression |
getExpression() |
List<KineticParameterType> |
getRequiredParameters() |
void |
prepareAppliedRateConstants() |
void |
referenceChemicalEntityToParameter(String parameterIdentifier,
ChemicalEntity entity) |
void |
setAppliedScale(double appliedScale) |
public DynamicKineticLaw(AppliedExpression expression)
public AppliedExpression getExpression()
public void referenceChemicalEntityToParameter(String parameterIdentifier, ChemicalEntity entity)
public Map<ChemicalEntity,String> getEntityReference()
public double getAppliedScale()
public void setAppliedScale(double appliedScale)
public javax.measure.Quantity<ReactionRate> calculateAcceleration(BioNode node, CellSection section)
calculateAcceleration in interface KineticLawpublic void prepareAppliedRateConstants()
prepareAppliedRateConstants in interface KineticLawpublic List<KineticParameterType> getRequiredParameters()
getRequiredParameters in interface KineticLawCopyright © 2017. All rights reserved.