public class BondSigmaElectronegativityDescriptor extends AbstractBondDescriptor implements IBondDescriptor
| Name | Default | Description | 
| bondPosition | 0 | The position of the target bond | 
Electronegativity| Constructor and Description | 
|---|
BondSigmaElectronegativityDescriptor()
Constructor for the BondSigmaElectronegativityDescriptor object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescriptorValue | 
calculate(IBond aBond,
         IAtomContainer atomContainer)
The method calculates the sigma electronegativity of a given bond
  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 BondSigmaElectronegativityDescriptor object. 
 | 
Object[] | 
getParameters()
Gets the parameters attribute of the BondSigmaElectronegativityDescriptor object. 
 | 
Object | 
getParameterType(String name)
Gets the parameterType attribute of the BondSigmaElectronegativityDescriptor object. 
 | 
DescriptorSpecification | 
getSpecification()
Gets the specification attribute of the BondSigmaElectronegativityDescriptor
  object. 
 | 
void | 
initialise(IChemObjectBuilder builder)
Default implementation of initialise allows optional override. 
 | 
void | 
setParameters(Object[] params)
This descriptor does have any parameter. 
 | 
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialisepublic BondSigmaElectronegativityDescriptor()
public DescriptorSpecification getSpecification()
getSpecification in interface IDescriptorpublic void setParameters(Object[] params) throws CDKException
setParameters in interface IDescriptorparams - 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()
getParameters in interface IDescriptorsetParameters(java.lang.Object[])public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
 the return array will have a single elementgetDescriptorNames in interface IDescriptorpublic DescriptorValue calculate(IBond aBond, IAtomContainer atomContainer)
calculate in interface IBondDescriptoratomContainer - AtomContaineraBond - A IBond for which this descriptor
                      should be calculatedpublic 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 © 2021. All rights reserved.