|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.qsar.AbstractAtomicDescriptor
org.openscience.cdk.qsar.descriptors.atomic.PartialPiChargeDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.PartialPiChargeDescriptorTest") public class PartialPiChargeDescriptor
The calculation of pi partial charges in pi-bonded systems of an heavy atom was made by Saller-Gasteiger. It is based on the qualitative concept of resonance and implemented with the Partial Equalization of Pi-Electronegativity (PEPE).
This descriptor uses these parameters:
| Name | Default | Description |
| maxIterations | 0 | Number of maximum iterations |
GasteigerPEPEPartialCharges| Constructor Summary | |
|---|---|
PartialPiChargeDescriptor()
Constructor for the PartialPiChargeDescriptor object |
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer ac)
The method returns apha partial charges assigned to an heavy atom through Gasteiger Marsili 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 PartialPiChargeDescriptor object |
Object[] |
getParameters()
Gets the parameters attribute of the PartialPiChargeDescriptor object |
Object |
getParameterType(String name)
Gets the parameterType attribute of the PartialPiChargeDescriptor object |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the PartialPiChargeDescriptor object |
void |
setParameters(Object[] params)
Sets the parameters attribute of the PartialPiChargeDescriptor object |
| Methods inherited from class org.openscience.cdk.qsar.AbstractAtomicDescriptor |
|---|
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartialPiChargeDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
params - 1:Number of maximum iterations, 2: checking lone pair electrons, 3:
number of maximum resonance structures to be searched.
CDKException - Description of the ExceptionIDescriptor.getParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
IDescriptor.setParameters(java.lang.Object[])@TestMethod(value="testNamesConsistency") public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single element
@TestMethod(value="testCalculate_IAtomContainer")
public DescriptorValue calculate(IAtom atom,
IAtomContainer ac)
atom - The IAtom for which the DescriptorValue is requestedac - AtomContainer
@TestMethod(value="testGetParameterNames") public String[] getParameterNames()
@TestMethod(value="testGetParameterType_String") public Object getParameterType(String name)
name - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||