public class DynamicKineticLaw extends Object implements KineticLaw
| Constructor and Description |
|---|
DynamicKineticLaw(Reaction reaction,
String kineticLawString) |
| Modifier and Type | Method and Description |
|---|---|
double |
determineVelocity(ReactionEvent reactionEvent) |
Map<String,Reactant> |
getConcentrationMap() |
String |
getExpressionString() |
Map<String,bio.singa.features.model.ScalableQuantitativeFeature> |
getFeatureMap() |
Map<String,Parameter> |
getParameterMap() |
void |
referenceConstant(String parameterIdentifier,
double constant) |
void |
referenceConstant(String parameterIdentifier,
double constant,
bio.singa.features.model.Evidence evidence) |
void |
referenceFeature(bio.singa.features.model.ScalableQuantitativeFeature feature) |
void |
referenceFeature(String parameterIdentifier,
bio.singa.features.model.ScalableQuantitativeFeature feature) |
void |
referenceParameter(Parameter<?> parameter) |
void |
referenceReactant(Reactant reactant) |
void |
referenceReactant(String parameterIdentifier,
Reactant reactant) |
void |
setConcentrationMap(Map<String,Reactant> concentrationMap) |
void |
setFeatureMap(Map<String,bio.singa.features.model.ScalableQuantitativeFeature> featureMap) |
void |
setParameterMap(Map<String,Parameter> parameterMap) |
public void referenceReactant(Reactant reactant)
public void referenceFeature(String parameterIdentifier, bio.singa.features.model.ScalableQuantitativeFeature feature)
public void referenceFeature(bio.singa.features.model.ScalableQuantitativeFeature feature)
public void referenceConstant(String parameterIdentifier, double constant)
public void referenceConstant(String parameterIdentifier, double constant, bio.singa.features.model.Evidence evidence)
public void referenceParameter(Parameter<?> parameter)
public Map<String,bio.singa.features.model.ScalableQuantitativeFeature> getFeatureMap()
public void setFeatureMap(Map<String,bio.singa.features.model.ScalableQuantitativeFeature> featureMap)
public String getExpressionString()
public double determineVelocity(ReactionEvent reactionEvent)
determineVelocity in interface KineticLawCopyright © 2019. All rights reserved.