|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.qsar.descriptors.atomic.StabilizationPlusChargeDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.StabilizationPlusChargeDescriptorTest") public class StabilizationPlusChargeDescriptor
The stabilization of the positive charge (e.g.) obtained in the polar breaking of a bond is calculated from the sigma- and lone pair-electronegativity values of the atoms that are in conjugation to the atoms obtaining the charges. The method is based following [Unknown BibTeXML type: Saller85]. The value is calculated looking for resonance structures which can stabilize the charge.
This descriptor uses these parameters:
| Name | Default | Description |
| maxIterations | 0 | Number of maximum iterations |
StabilizationCharges| Constructor Summary | |
|---|---|
StabilizationPlusChargeDescriptor()
Constructor for the StabilizationPlusChargeDescriptor object |
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer container)
The method calculates the stabilization of charge 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 StabilizationPlusChargeDescriptor object |
Object[] |
getParameters()
Gets the parameters attribute of the StabilizationPlusChargeDescriptor object |
Object |
getParameterType(String name)
Gets the parameterType attribute of the StabilizationPlusChargeDescriptor object |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the StabilizationPlusChargeDescriptor object |
void |
setParameters(Object[] params)
Sets the parameters attribute of the StabilizationPlusChargeDescriptor object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StabilizationPlusChargeDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
getSpecification in interface IDescriptor
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
setParameters in interface IDescriptorparams - 1: max iterations (optional, defaults to 20)
CDKException - Description of the ExceptionIDescriptor.getParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
getParameters in interface IDescriptorIDescriptor.setParameters(java.lang.Object[])@TestMethod(value="testNamesConsistency") public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single element
getDescriptorNames in interface IDescriptor
@TestMethod(value="testCalculate_IAtomContainer")
public DescriptorValue calculate(IAtom atom,
IAtomContainer container)
calculate in interface IAtomicDescriptoratom - The IAtom for which the DescriptorValue is requestedcontainer - AtomContainer
@TestMethod(value="testGetParameterNames") public String[] getParameterNames()
getParameterNames in interface IDescriptor@TestMethod(value="testGetParameterType_String") public Object getParameterType(String name)
getParameterType in interface IDescriptorname - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||