Chemical Data Processing Library Python API - Version 1.1.1
|
Provides constants that are used to specify the role of molecules (components) in a chemical reaction. More...
Static Public Attributes | |
int | NONE = 0 |
Specifies that a molecule is not a reaction component. | |
int | ALL = 7 |
Specifies reactants, agents and products of a reaction. | |
int | AGENT = 2 |
Specifies the agents of a reaction (e.g. More... | |
int | CATALYST = 2 |
Equivalent to ReactionRole.AGENT. | |
int | PRODUCT = 4 |
Specifies the products of a reaction. | |
int | REACTANT = 1 |
Specifies the reactants of a reaction. | |
Provides constants that are used to specify the role of molecules (components) in a chemical reaction.
|
static |
Specifies the agents of a reaction (e.g.
solvent or catalyst).