Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Chem.ReactionRole Class Reference

Provides constants that are used to specify the role of molecules (components) in a chemical reaction. More...

+ Inheritance diagram for CDPL.Chem.ReactionRole:

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.
 

Detailed Description

Provides constants that are used to specify the role of molecules (components) in a chemical reaction.

Member Data Documentation

◆ AGENT

int CDPL.Chem.ReactionRole.AGENT = 2
static

Specifies the agents of a reaction (e.g.

solvent or catalyst).