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

Provides constants for the labeling of atoms in bonds matched by a RECAP fragmentation rule. More...

+ Inheritance diagram for CDPL.Chem.RECAPAtomLabel:

Static Public Attributes

int NONE = 0
 Specifies that the atom carries no RECAP label.
 
int AMIDE_N = 1
 Specifies the nitrogen side of an amide bond cleaved by the RECAP AMIDE rule.
 
int AMIDE_C = 2
 Specifies the carbon side of an amide bond cleaved by the RECAP AMIDE rule.
 
int ESTER_O = 3
 Specifies the oxygen side of an ester bond cleaved by the RECAP ESTER rule.
 
int ESTER_C = 4
 Specifies the carbon side of an ester bond cleaved by the RECAP ESTER rule.
 
int AMINE_N = 5
 Specifies the nitrogen side of an amine bond cleaved by the RECAP AMINE rule.
 
int AMINE_C = 6
 Specifies the carbon side of an amine bond cleaved by the RECAP AMINE rule.
 
int UREA_N = 7
 Specifies the nitrogen side of a urea bond cleaved by the RECAP UREA rule.
 
int UREA_C = 8
 Specifies the carbon side of a urea bond cleaved by the RECAP UREA rule.
 
int ETHER_O = 9
 Specifies the oxygen side of an ether bond cleaved by the RECAP ETHER rule.
 
int ETHER_C = 10
 Specifies the carbon side of an ether bond cleaved by the RECAP ETHER rule.
 
int OLEFIN_C = 11
 Specifies a carbon side of an olefinic bond cleaved by the RECAP OLEFIN rule.
 
int QUARTERNARY_N_N = 12
 Specifies the quaternary-nitrogen side of a bond cleaved by the RECAP QUARTERNARY_N rule.
 
int QUARTERNARY_N_C = 13
 Specifies the carbon side of a bond cleaved by the RECAP QUARTERNARY_N rule.
 
int AROMATIC_N_ALIPHATIC_C_N = 14
 Specifies the aromatic-N side of a bond cleaved by the RECAP AROMATIC_N_ALIPHATIC_C rule.
 
int AROMATIC_N_ALIPHATIC_C_C = 15
 Specifies the aliphatic-C side of a bond cleaved by the RECAP AROMATIC_N_ALIPHATIC_C rule.
 
int LACTAM_N_ALIPHATIC_C_N = 16
 Specifies the lactam-N side of a bond cleaved by the RECAP LACTAM_N_ALIPHATIC_C rule.
 
int LACTAM_N_ALIPHATIC_C_C = 17
 Specifies the aliphatic-C side of a bond cleaved by the RECAP LACTAM_N_ALIPHATIC_C rule.
 
int AROMATIC_C_AROMATIC_C_C = 18
 Specifies an aromatic-C side of a biaryl bond cleaved by the RECAP AROMATIC_C_AROMATIC_C rule.
 
int SULFONAMIDE_N = 19
 Specifies the nitrogen side of a sulfonamide bond cleaved by the RECAP SULFONAMIDE rule.
 
int SULFONAMIDE_S = 20
 Specifies the sulfur side of a sulfonamide bond cleaved by the RECAP SULFONAMIDE rule.
 

Detailed Description

Provides constants for the labeling of atoms in bonds matched by a RECAP fragmentation rule.

See also
[RECAP]