![]() |
Chemical Data Processing Library Python API - Version 1.3.0
|
ConjugatedRingBondPatternSwitching. More...
Inheritance diagram for CDPL.Chem.ConjugatedRingBondPatternSwitching: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... | |
Public Member Functions inherited from CDPL.Chem.TautomerizationRule | |
| 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 | |
Properties inherited from CDPL.Chem.TautomerizationRule | |
| 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. |