|
||||||||||
| 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.PartialSigmaChargeDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.PartialSigmaChargeDescriptorTest") public class PartialSigmaChargeDescriptor
The calculation of sigma partial charges in sigma-bonded systems of an heavy atom was made by Marsilli-Gasteiger. It is implemented with the Partial Equalization of Orbital Electronegativity (PEOE).
This descriptor uses these parameters:
| Name | Default | Description |
| maxIterations | 0 | Number of maximum iterations |
GasteigerMarsiliPartialCharges| Constructor Summary | |
|---|---|
PartialSigmaChargeDescriptor()
Constructor for the PartialSigmaChargeDescriptor 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 PartialSigmaChargeDescriptor object |
Object[] |
getParameters()
Gets the parameters attribute of the PartialSigmaChargeDescriptor object |
Object |
getParameterType(String name)
Gets the parameterType attribute of the PartialSigmaChargeDescriptor object |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the PartialSigmaChargeDescriptor object |
void |
setParameters(Object[] params)
Sets the parameters attribute of the PartialSigmaChargeDescriptor 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 PartialSigmaChargeDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
params - Number of maximum iterations
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 | |||||||||