| Package | Description |
|---|---|
| de.bioforscher.singa.simulation.modules.reactions.model |
| 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 |
|---|---|
protected double |
Reaction.determineConcentration(ConcentrationContainer concentrationContainer,
ReactantRole role)
Determines the concentration of reactants that influence the velocity of the reaction.
|
void |
Reactant.setRole(ReactantRole role)
Gets the role of this reactant.
|
| Constructor and Description |
|---|
CatalyticReactant(ChemicalEntity entity,
ReactantRole role) |
Reactant(ChemicalEntity<?> entity,
ReactantRole role) |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role) |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role,
boolean rateDetermining) |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber) |
StoichiometricReactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber,
double reactionOrder) |
Copyright © 2017. All rights reserved.