Uses of Class
bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants.ReactantRole
-
Packages that use ReactantRole Package Description bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants -
-
Uses of ReactantRole in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants
Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants that return ReactantRole Modifier and Type Method Description ReactantRoleReactant. getRole()Gets the role of this reactant.static ReactantRoleReactantRole. 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.Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants with parameters of type ReactantRole Modifier and Type Method Description voidReactant. setRole(ReactantRole role)Gets the role of this reactant.Constructors in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants with parameters of type ReactantRole Constructor Description Reactant(ChemicalEntity entity, ReactantRole role)Creates a new reactant.Reactant(ChemicalEntity entity, ReactantRole role, double stoichiometricNumber)Reactant(ChemicalEntity entity, ReactantRole role, double stoichiometricNumber, double reactionOrder)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, javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> preferredConcentrationUnit)
-