public class CatalyticReactant extends Reactant
CatalyticReactants are Reactants that are not consumed or produced during Reactions, but
influence its velocity (reaction rate). An ReactantRole.INCREASING role is associated with an increase in
velocity. ReactantRole.DECREASING associates an inhibition of the reaction.| Constructor and Description |
|---|
CatalyticReactant(ChemicalEntity entity,
ReactantRole role) |
| Modifier and Type | Method and Description |
|---|---|
double |
getStrength()
Gets the strength of this Reactant.
|
boolean |
isAccelerator()
Returns
true if this Reactant is increasing the velocity of the associated reaction, and false
otherwise. |
boolean |
isInhibitor()
Returns
true if this Reactant is decreasing the velocity of the associated reaction, and false
otherwise. |
void |
setStrength(double strength)
Sets the strength of this Reactant.
|
public CatalyticReactant(ChemicalEntity entity, ReactantRole role)
public double getStrength()
public void setStrength(double strength)
strength - The strength of this Reactant.public boolean isAccelerator()
true if this Reactant is increasing the velocity of the associated reaction, and false
otherwise.true if this Reactant is increasing the velocity of the associated reaction, and false
otherwise.public boolean isInhibitor()
true if this Reactant is decreasing the velocity of the associated reaction, and false
otherwise.true if this Reactant is decreasing the velocity of the associated reaction, and false
otherwise.Copyright © 2017. All rights reserved.