public abstract class AbstractAtomCountDescriptor
extends org.openscience.cdk.qsar.AbstractMolecularDescriptor
Modifier and Type | Field and Description |
---|---|
protected String[] |
descriptorNames |
Constructor and Description |
---|
AbstractAtomCountDescriptor(String[] names) |
Modifier and Type | Method and Description |
---|---|
org.openscience.cdk.qsar.DescriptorValue |
calculate(org.openscience.cdk.interfaces.IAtomContainer container) |
abstract org.openscience.cdk.qsar.DescriptorValue |
calculateCounts(org.openscience.cdk.interfaces.IAtomContainer container) |
String[] |
getDescriptorNames() |
org.openscience.cdk.qsar.result.IDescriptorResult |
getDescriptorResultType() |
String[] |
getParameterNames() |
Object[] |
getParameters() |
Object |
getParameterType(String name) |
org.openscience.cdk.qsar.DescriptorSpecification |
getSpecification() |
void |
initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0) |
void |
setParameters(Object[] params) |
protected final String[] descriptorNames
public AbstractAtomCountDescriptor(String[] names)
public String[] getDescriptorNames()
public void setParameters(Object[] params) throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKException
public Object[] getParameters()
public org.openscience.cdk.qsar.result.IDescriptorResult getDescriptorResultType()
public String[] getParameterNames()
public org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
public org.openscience.cdk.qsar.DescriptorValue calculate(org.openscience.cdk.interfaces.IAtomContainer container)
public abstract org.openscience.cdk.qsar.DescriptorValue calculateCounts(org.openscience.cdk.interfaces.IAtomContainer container) throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKException
public void initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0)
initialise
in interface org.openscience.cdk.qsar.IDescriptor
initialise
in class org.openscience.cdk.qsar.AbstractMolecularDescriptor
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.