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

Provides constants that are used to specify the cis/trans configuration of bonds. More...

+ Inheritance diagram for CDPL.Chem.BondConfiguration:

Static Public Attributes

int UNDEF = 0
 Specifies that the configuration of the bond is completely undefined.
 
int NONE = 1
 Specifies that a bond does not meet the requirements to be assigned a configuration.
 
int TRANS = 2
 Specifies that the bond has trans configuration.
 
int CIS = 4
 Specifies that the bond has cis configuration.
 
int EITHER = 8
 Specifies that the bond meets the requirements but has no defined configuration.
 

Detailed Description

Provides constants that are used to specify the cis/trans configuration of bonds.