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

Provides constants that are used to specify the E/Z configuration of double bonds. More...

+ Inheritance diagram for CDPL.Chem.BondConfiguration:

Static Public Attributes

int UNDEF = 0
 Specifies that the configuration of the bond is undefined.
 
int NONE = 1
 Specifies that a bond does not meet the requirements (e.g. More...
 
int E = 2
 Specifies that the bond has E configuration.
 
int TRANS = 2
 Specifies that the bond has TRANS configuration.
 
int Z = 4
 Specifies that the bond has Z configuration.
 
int CIS = 4
 Specifies that the bond has CIS configuration.
 
int EITHER = 8
 Specifies that the bond meets all requirements but has no defined configuration.
 

Detailed Description

Provides constants that are used to specify the E/Z configuration of double bonds.

Member Data Documentation

◆ NONE

int CDPL.Chem.BondConfiguration.NONE = 1
static

Specifies that a bond does not meet the requirements (e.g.

not a double bond or symmetric) to be assigned a configuration.