| Package | Description |
|---|---|
| bio.singa.simulation.model.modules.concentration.imlementations | |
| bio.singa.simulation.model.modules.concentration.reactants |
| Modifier and Type | Method and Description |
|---|---|
List<Reactant> |
DynamicReaction.getCatalysts() |
List<Reactant> |
DynamicReaction.getProducts() |
List<Reactant> |
Reaction.getProducts() |
List<Reactant> |
Reaction.getStoichiometricReactants()
Returns the list of reactants for this reaction.
|
List<Reactant> |
DynamicReaction.getSubstrates() |
List<Reactant> |
Reaction.getSubstrates() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicReaction.addReactant(Reactant reactant) |
void |
Reaction.addStochiometricReactant(Reactant stoichiometricReactant) |
DynamicReaction.ParameterStep |
DynamicReaction.ParameterStep.referenceParameter(Reactant reactant) |
DynamicReaction.ParameterStep |
DynamicReaction.DynamicReactionBuilder.referenceParameter(Reactant reactant) |
DynamicReaction.ParameterStep |
DynamicReaction.ParameterStep.referenceParameter(String parameterIdentifier,
Reactant reactant) |
DynamicReaction.ParameterStep |
DynamicReaction.DynamicReactionBuilder.referenceParameter(String parameterIdentifier,
Reactant reactant) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Reactant> |
KineticLaw.getConcentrationMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
KineticLaw.referenceReactant(Reactant reactant) |
void |
KineticLaw.referenceReactant(String parameterIdentifier,
Reactant reactant) |
| Modifier and Type | Method and Description |
|---|---|
void |
KineticLaw.setConcentrationMap(Map<String,Reactant> concentrationMap) |
Copyright © 2019. All rights reserved.