Chemical Data Processing Library Python API - Version 1.3.0
Public Member Functions | List of all members
CDPL.Chem.ConjugatedRingBondPatternSwitching Class Reference

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)
 

Detailed Description

ConjugatedRingBondPatternSwitching.

Since
1.3

Constructor & Destructor Documentation

◆ __init__()

None CDPL.Chem.ConjugatedRingBondPatternSwitching.__init__ ( ConjugatedRingBondPatternSwitching  rule)

Initializes a copy of the ConjugatedRingBondPatternSwitching instance rule.

Parameters
ruleThe ConjugatedRingBondPatternSwitching instance to copy.

Member Function Documentation

◆ assign()

ConjugatedRingBondPatternSwitching CDPL.Chem.ConjugatedRingBondPatternSwitching.assign ( ConjugatedRingBondPatternSwitching  rule)

Replaces the current state of self with a copy of the state of the ConjugatedRingBondPatternSwitching instance rule.

Parameters
ruleThe ConjugatedRingBondPatternSwitching instance to copy.
Returns
self