Package org.openscience.cdk.qsar
Interface IAtomPairDescriptor
- All Superinterfaces:
IDescriptor
- All Known Implementing Classes:
AbstractAtomPairDescriptor
,PiContactDetectionDescriptor
Classes that implement this interface are QSAR descriptor calculators.
- Source code:
- main
- Belongs to CDK module:
- qsar
-
Method Summary
Modifier and TypeMethodDescriptioncalculate
(IAtom atom, IAtom atom2, IAtomContainer container) Calculates the descriptor value for the given IAtom.Methods inherited from interface org.openscience.cdk.qsar.IDescriptor
getDescriptorNames, getParameterNames, getParameters, getParameterType, getSpecification, initialise, setParameters
-
Method Details
-
calculate
Calculates the descriptor value for the given IAtom.- Parameters:
atom
- The firstIAtom
of the pair for which this descriptor should be calculatedatom2
- The secondIAtom
of the pair for which this descriptor should be calculatedcontainer
- TODO- Returns:
- An object of
DescriptorValue
that contain the calculated value as well as specification details
-