public class PiElectronegativity extends Object
| Constructor and Description | 
|---|
| PiElectronegativity()Constructor for the PiElectronegativity object. | 
| PiElectronegativity(int maxIterations,
                   int maxResonStruc)Constructor for the Electronegativity object. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | calculatePiElectronegativity(IAtomContainer ac,
                            IAtom atom)calculate the electronegativity of orbitals pi. | 
| double | calculatePiElectronegativity(IAtomContainer ac,
                            IAtom atom,
                            int maxIterations,
                            int maxResonStruc)calculate the electronegativity of orbitals pi. | 
| int | getMaxIterations()get the maximum number of Iterations. | 
| int | getMaxResonStruc()get the maximum number of resonance structures. | 
| void | setMaxIterations(int maxIterations)set the maximum number of Iterations. | 
| void | setMaxResonStruc(int maxResonStruc)set the maximum number of resonance structures. | 
public PiElectronegativity()
public PiElectronegativity(int maxIterations,
                   int maxResonStruc)
maxIterations - The maximal number of IterationmaxResonStruc - The maximal number of Resonance Structurespublic double calculatePiElectronegativity(IAtomContainer ac, IAtom atom)
ac - IAtomContaineratom - atom for which effective atom electronegativity should be calculatedpublic double calculatePiElectronegativity(IAtomContainer ac, IAtom atom, int maxIterations, int maxResonStruc)
ac - IAtomContaineratom - atom for which effective atom electronegativity should be calculatedmaxIterations - The maximal number of IterationmaxResonStruc - The maximal number of Resonance Structurespublic void setMaxIterations(int maxIterations)
maxIterations - The maximum number of iterationspublic void setMaxResonStruc(int maxResonStruc)
maxResonStruc - The maximum number of resonance structurespublic int getMaxIterations()
public int getMaxResonStruc()
Copyright © 2017. All Rights Reserved.