|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.qsar.descriptors.molecular.MannholdLogPDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.molecular.MannholdLogPDescriptorTest") public class MannholdLogPDescriptor
Prediction of logP based on the number of carbon and hetero atoms. The implemented equation was proposed in [Mannhold, R. and Poda, G.I. and Ostermann, C. and Tetko, I.V., Calculation of molecular lipophilicity: State-of-the-art and comparison of log P methods on more than 96,000 compounds, J.Pharm.Sci., 2009, 98:861--893].
| Constructor Summary | |
|---|---|
MannholdLogPDescriptor()
|
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IAtomContainer atomContainer)
Calculates the Mannhold LogP for an atom container. |
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated. |
IDescriptorResult |
getDescriptorResultType()
Returns a type of return value calculated by this descriptor. |
String[] |
getParameterNames()
Gets the parameterNames attribute for this descriptor. |
Object[] |
getParameters()
Gets the parameters attribute of the MannholdLogPDescriptor object. |
Object |
getParameterType(String name)
Gets the parameterType attribute for a given parameter name. |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the MannholdLogPDescriptor object. |
void |
setParameters(Object[] params)
This IDescriptor does not have any parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MannholdLogPDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
getSpecification in interface IDescriptor
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
IDescriptor does not have any parameters. If it had, this
would have been the method to set them.
setParameters in interface IDescriptorparams - The new parameter value
CDKException - Exception throw when invalid parameter values
are passedgetParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
getParameters in interface IDescriptorsetParameters(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(IAtomContainer atomContainer)
calculate in interface IMolecularDescriptoratomContainer - IAtomContainer to calculate the
descriptor value for.
DoubleResult.@TestMethod(value="testGetDescriptorResultType") public IDescriptorResult getDescriptorResultType()
getDescriptorResultType in interface IMolecularDescriptorDoubleResult.@TestMethod(value="testGetParameterNames") public String[] getParameterNames()
getParameterNames in interface IDescriptor@TestMethod(value="testGetParameterType_String") public Object getParameterType(String name)
getParameterType in interface IDescriptorname - Name of the parameter for which the type is requested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||