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

Provides constants for the specification of the Tripos Sybyl bond type. More...

+ Inheritance diagram for CDPL.Chem.SybylBondType:

Static Public Attributes

int UNKNOWN = 0
 Specifies an unknown bond (cannot be determined from the parameter tables).
 
int SINGLE = 1
 Specifies a single bond.
 
int DOUBLE = 2
 Specifies a double bond.
 
int TRIPLE = 3
 Specifies a triple bond.
 
int AROMATIC = 4
 Specifies an aromatic bond.
 
int AMIDE = 5
 Specifies an amide bond.
 
int DUMMY = 6
 Specifies a dummy bond.
 
int NOT_CONNECTED = 7
 Specifies a pseudo bond.
 

Detailed Description

Provides constants for the specification of the Tripos Sybyl bond type.