public class PiElectronegativityDescriptor extends AbstractAtomicDescriptor implements IAtomicDescriptor
| Name | Default | Description |
| maxIterations | 0 | Number of maximum iterations |
Electronegativity| Constructor and Description |
|---|
PiElectronegativityDescriptor()
Constructor for the PiElectronegativityDescriptor object
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer atomContainer)
The method calculates the pi electronegativity of a given atom
It is needed to call the addExplicitHydrogensToSatisfyValency method from the class tools.HydrogenAdder.
|
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated.
|
String[] |
getParameterNames()
Gets the parameterNames attribute of the SigmaElectronegativityDescriptor
object
|
Object[] |
getParameters()
Gets the parameters attribute of the PiElectronegativityDescriptor
object
|
Object |
getParameterType(String name)
Gets the parameterType attribute of the SigmaElectronegativityDescriptor
object
|
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the PiElectronegativityDescriptor
object
|
void |
initialise(IChemObjectBuilder builder)
Default implementation of initialise allows optional override.
|
void |
setParameters(Object[] params)
Sets the parameters attribute of the PiElectronegativityDescriptor
object
|
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialisepublic PiElectronegativityDescriptor()
public DescriptorSpecification getSpecification()
getSpecification in interface IDescriptorpublic void setParameters(Object[] params) throws CDKException
setParameters in interface IDescriptorparams - The number of maximum iterations. 1= maxIterations. 2= maxResonStruc.CDKException - Description of the ExceptionIDescriptor.getParameters()public Object[] getParameters()
getParameters in interface IDescriptorIDescriptor.setParameters(java.lang.Object[])public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single elementgetDescriptorNames in interface IDescriptorpublic DescriptorValue calculate(IAtom atom, IAtomContainer atomContainer)
calculate in interface IAtomicDescriptoratom - The IAtom for which the DescriptorValue is requestedatomContainer - AtomContainerpublic String[] getParameterNames()
getParameterNames in interface IDescriptorpublic Object getParameterType(String name)
getParameterType in interface IDescriptorname - Description of the Parameterpublic void initialise(IChemObjectBuilder builder)
initialise in interface IDescriptorbuilder - chem object buildCopyright © 2022. All rights reserved.