public class PartialTChargePEOEDescriptor extends AbstractAtomicDescriptor
The calculation of total partial charges of an heavy atom is based on Partial Equalization of Electronegativity method (PEOE-PEPE) from Gasteiger.
They are obtained by summation of the results of the calculations on sigma- and pi-charges.
Name | Default | Description |
no parameters |
GasteigerMarsiliPartialCharges
,
GasteigerPEPEPartialCharges
Constructor and Description |
---|
PartialTChargePEOEDescriptor()
Constructor for the PartialTChargePEOEDescriptor object
|
Modifier and Type | Method and Description |
---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer ac)
The method returns partial total charges assigned to an heavy atom through PEOE method.
|
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated.
|
String[] |
getParameterNames()
Gets the parameterNames attribute of the PartialTChargePEOEDescriptor
object
|
Object[] |
getParameters()
Gets the parameters attribute of the PartialTChargePEOEDescriptor
object
|
Object |
getParameterType(String name)
Gets the parameterType attribute of the PartialTChargePEOEDescriptor
object
|
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the PartialTChargePEOEDescriptor object
|
void |
initialise(IChemObjectBuilder builder)
Default implementation of initialise allows optional override.
|
void |
setParameters(Object[] params)
This descriptor does not have any parameter to be set.
|
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialise
public PartialTChargePEOEDescriptor()
public DescriptorSpecification getSpecification()
public void setParameters(Object[] params) throws CDKException
params
- An array of Object containing the parameters for this descriptorCDKException
- if invalid number of type of parameters are passed to itIDescriptor.getParameters()
public Object[] getParameters()
setParameters(java.lang.Object[])
public String[] getDescriptorNames()
IDescriptor
ALOGPDescriptor
the return array will have a single elementpublic DescriptorValue calculate(IAtom atom, IAtomContainer ac)
atom
- The IAtom for which the DescriptorValue is requestedac
- AtomContainerpublic String[] getParameterNames()
public Object getParameterType(String name)
name
- Description of the Parameterpublic void initialise(IChemObjectBuilder builder)
initialise
in interface IDescriptor
builder
- chem object buildCopyright © 2021. All rights reserved.