| Package | Description |
|---|---|
| bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants |
| 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 |
|---|
Reactant(ChemicalEntity entity,
ReactantRole role)
Creates a new reactant.
|
Reactant(ChemicalEntity entity,
ReactantRole role,
CellTopology preferredTopology) |
Reactant(ChemicalEntity chemicalEntity,
ReactantRole role,
CellTopology topology,
double stoichiometricNumber) |
Reactant(ChemicalEntity entity,
ReactantRole role,
CellTopology preferredTopology,
double stoichiometricNumber,
double reactionOrder) |
Reactant(ChemicalEntity entity,
ReactantRole role,
CellTopology preferredTopology,
javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> preferredConcentrationUnit) |
Reactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber) |
Reactant(ChemicalEntity entity,
ReactantRole role,
double stoichiometricNumber,
double reactionOrder) |
Reactant(ChemicalEntity entity,
ReactantRole role,
javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> preferredConcentrationUnit) |
Copyright © 2019. All rights reserved.