| Package | Description |
|---|---|
| bio.singa.simulation.model.modules.concentration.imlementations |
| Modifier and Type | Field and Description |
|---|---|
protected List<StoichiometricReactant> |
Reaction.stoichiometricReactants
The stoichiometric reactants.
|
| Modifier and Type | Method and Description |
|---|---|
List<StoichiometricReactant> |
Reaction.getStoichiometricReactants()
Returns the list of reactants for this reaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reaction.addStochiometricReactant(StoichiometricReactant stoichiometricReactant) |
| Modifier and Type | Method and Description |
|---|---|
void |
Reaction.setStoichiometricReactants(List<StoichiometricReactant> stoichiometricReactants)
Sets the list of reactants for this reaction.
|
Copyright © 2018. All rights reserved.