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

Defines constants that describe the logical type of the match constraint list. More...

+ Inheritance diagram for CDPL.Chem.MatchConstraintList.Type:

Static Public Attributes

int AND_LIST = 0
 Specifies that all of the match constraints must be fulfilled.
 
int OR_LIST = 2
 Specifies that at least one of the match constraints must be fulfilled.
 
int NOT_AND_LIST = 1
 Specifies that at least one of the match constraints must not be fulfilled.
 
int NOT_OR_LIST = 3
 Specifies that all of the match constraints must not be fulfilled.
 

Detailed Description

Defines constants that describe the logical type of the match constraint list.