public class DynamicKineticLaw extends Object implements KineticLaw
| Constructor and Description |
|---|
DynamicKineticLaw(AppliedExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateVelocity(ConcentrationContainer concentrationContainer) |
double |
getAppliedScale() |
CellSection |
getCurrentCellSection() |
Map<ChemicalEntity,String> |
getEntityReference() |
AppliedExpression |
getExpression() |
void |
referenceChemicalEntityToParameter(String parameterIdentifier,
ChemicalEntity entity) |
void |
setAppliedScale(Double appliedScale) |
void |
setCurrentCellSection(CellSection currentCellSection) |
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 CellSection getCurrentCellSection()
public void setCurrentCellSection(CellSection currentCellSection)
public double calculateVelocity(ConcentrationContainer concentrationContainer)
calculateVelocity in interface KineticLawCopyright © 2017. All rights reserved.