![]() |
Chemical Data Processing Library Python API - Version 1.3.0
|
ConjugatedRingBondPatternSwitching. More...
Public Member Functions | |
None | __init__ () |
Initializes the ConjugatedRingBondPatternSwitching instance. | |
None | __init__ (ConjugatedRingBondPatternSwitching rule) |
Initializes a copy of the ConjugatedRingBondPatternSwitching instance rule. More... | |
ConjugatedRingBondPatternSwitching | assign (ConjugatedRingBondPatternSwitching rule) |
Replaces the current state of self with a copy of the state of the ConjugatedRingBondPatternSwitching instance rule. More... | |
![]() | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
int | getID () |
bool | setup (MolecularGraph parent_molgraph) |
bool | generate (Molecule tautomer) |
Generates the next tautomer. More... | |
TautomerizationRule | clone () |
Additional Inherited Members | |
![]() | |
objectID = property(getObjectID) | |
ConjugatedRingBondPatternSwitching.
None CDPL.Chem.ConjugatedRingBondPatternSwitching.__init__ | ( | ConjugatedRingBondPatternSwitching | rule | ) |
Initializes a copy of the ConjugatedRingBondPatternSwitching instance rule.
rule | The ConjugatedRingBondPatternSwitching instance to copy. |
ConjugatedRingBondPatternSwitching CDPL.Chem.ConjugatedRingBondPatternSwitching.assign | ( | ConjugatedRingBondPatternSwitching | rule | ) |
Replaces the current state of self with a copy of the state of the ConjugatedRingBondPatternSwitching
instance rule.
rule | The ConjugatedRingBondPatternSwitching instance to copy. |