|
||||||||||
| 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.ProtonAffinityHOSEDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.ProtonAffinityHOSEDescriptorTest") public class ProtonAffinityHOSEDescriptor
This class returns the proton affinity of an atom containing.
This descriptor uses these parameters:
| Name | Default | Description |
| no parameters |
| Constructor Summary | |
|---|---|
ProtonAffinityHOSEDescriptor()
Constructor for the ProtonAffinityDescriptor object. |
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer container)
This method calculates the protonation affinity of an atom. |
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated. |
String[] |
getParameterNames()
Gets the parameterNames attribute of the ProtonAffinityDescriptor object. |
Object[] |
getParameters()
Gets the parameters attribute of the ProtonAffinityDescriptor object. |
Object |
getParameterType(String name)
Gets the parameterType attribute of the ProtonAffinityDescriptor object. |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the ProtonAffinityDescriptor object |
void |
setParameters(Object[] params)
This descriptor does have any parameter. |
| 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 ProtonAffinityHOSEDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
params - An array of Object containing the parameters for this descriptor
CDKException - if invalid number of type of parameters are passed to itIDescriptor.getParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
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 container)
atom - The IAtom to protonatecontainer - Parameter is the IAtomContainer.
@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 | |||||||||