Package rdkit :: Package Chem :: Module rdmolops :: Class AdjustQueryParameters
[hide private]
[frames] | no frames]

class AdjustQueryParameters

 object --+    
          |    
??.instance --+
              |
             AdjustQueryParameters

Parameters controlling which components of the query atoms are adjusted.

Attributes:
  - adjustDegree: 
      modified atoms have an explicit-degree query added based on their degree in the query 
  - adjustDegreeFlags: 
      controls which atoms have a degree query added 
  - adjustRingCount: 
      modified atoms have a ring-count query added based on their ring count in the query 
  - adjustRingCountFlags: 
      controls which atoms have a ring-cout query added 
  - makeDummiesQueries: 
      dummy atoms that do not have a specified isotope are converted to any-atom queries 

A note on the flags controlling which atoms are modified: 
   These generally limit the set of atoms to be modified.
   For example if ADJUST_RINGSONLY is set, then only atoms in rings will be modified.
       ADJUST_EMPTY causes all atoms to be modified
       ADJUST_SETALL sets all of the ADJUST flags

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)

Inherited from unreachable.instance: __new__

Class Variables [hide private]
  __instance_size__ = 28
Properties [hide private]
  adjustDegree
  adjustDegreeFlags
  adjustRingCount
  adjustRingCountFlags
  makeDummiesQueries
Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 
Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

adjustDegree

adjustDegreeFlags

adjustRingCount

adjustRingCountFlags

makeDummiesQueries