public abstract class AbstractKekulizationVerifier extends Object implements org.openscience.cdk.qsar.IMolecularDescriptor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractKekulizationVerifier.names_index |
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
names |
protected static String |
OK |
protected static String |
version |
| Constructor and Description |
|---|
AbstractKekulizationVerifier() |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.qsar.DescriptorValue |
calculate(org.openscience.cdk.interfaces.IAtomContainer mol) |
String[] |
getDescriptorNames() |
org.openscience.cdk.qsar.result.IDescriptorResult |
getDescriptorResultType() |
String[] |
getParameterNames() |
Object[] |
getParameters() |
Object |
getParameterType(String arg0) |
org.openscience.cdk.qsar.DescriptorSpecification |
getSpecification() |
abstract String |
getTyperClass() |
void |
initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0) |
void |
setParameters(Object[] arg0) |
protected abstract org.openscience.cdk.interfaces.IAtomContainer |
transform2Kekule(org.openscience.cdk.interfaces.IAtomContainer mol) |
protected static final String version
protected static final String OK
protected static String[] names
protected abstract org.openscience.cdk.interfaces.IAtomContainer transform2Kekule(org.openscience.cdk.interfaces.IAtomContainer mol)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionpublic org.openscience.cdk.qsar.DescriptorValue calculate(org.openscience.cdk.interfaces.IAtomContainer mol)
calculate in interface org.openscience.cdk.qsar.IMolecularDescriptorpublic org.openscience.cdk.qsar.result.IDescriptorResult getDescriptorResultType()
getDescriptorResultType in interface org.openscience.cdk.qsar.IMolecularDescriptorpublic String[] getDescriptorNames()
getDescriptorNames in interface org.openscience.cdk.qsar.IDescriptorpublic String[] getParameterNames()
getParameterNames in interface org.openscience.cdk.qsar.IDescriptorpublic Object getParameterType(String arg0)
getParameterType in interface org.openscience.cdk.qsar.IDescriptorpublic Object[] getParameters()
getParameters in interface org.openscience.cdk.qsar.IDescriptorpublic org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
getSpecification in interface org.openscience.cdk.qsar.IDescriptorpublic void setParameters(Object[] arg0) throws org.openscience.cdk.exception.CDKException
setParameters in interface org.openscience.cdk.qsar.IDescriptororg.openscience.cdk.exception.CDKExceptionpublic abstract String getTyperClass()
public void initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0)
initialise in interface org.openscience.cdk.qsar.IDescriptorCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.