| Package | Description |
|---|---|
| bio.singa.simulation.model.modules.concentration.imlementations | |
| bio.singa.simulation.model.modules.concentration.reactants |
| Modifier and Type | Method and Description |
|---|---|
protected double |
Reaction.determineEffectiveConcentration(ConcentrationContainer concentrationContainer,
ReactantRole role)
Determines the concentration of reactants that influence the velocity of the reaction.
|
| Modifier and Type | Method and Description |
|---|---|
ReactantRole |
Reactant.getRole()
Gets the role of this reactant.
|
static ReactantRole |
ReactantRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReactantRole[] |
ReactantRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reactant.setRole(ReactantRole role)
Gets the role of this reactant.
|
| Constructor and Description |
|---|
CatalyticReactant(ChemicalEntity entity,
ReactantRole role)
Creates a new catalytic reactant.
|
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role)
Creates a new
StoichiometricReactant. |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber)
Creates a new
StoichiometricReactant. |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber,
double reactionOrder)
Creates a new
StoichiometricReactant. |
Copyright © 2018. All rights reserved.