Package org.openscience.cdk.qsar
Interface IBondDescriptor
- All Superinterfaces:
IDescriptor
- All Known Implementing Classes:
AbstractBondDescriptor
,AtomicNumberDifferenceDescriptor
,BondPartialPiChargeDescriptor
,BondPartialSigmaChargeDescriptor
,BondPartialTChargeDescriptor
,BondSigmaElectronegativityDescriptor
,IPBondLearningDescriptor
Classes that implement this interface are QSAR descriptor calculators.
- Source code:
- main
- Belongs to CDK module:
- qsar
-
Method Summary
Modifier and TypeMethodDescriptioncalculate
(IBond bond, IAtomContainer atomContainer) Calculates the descriptor value for the given IBond.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 IBond.- Parameters:
bond
- AIBond
for which this descriptor should be calculatedatomContainer
- The molecule containing the bond- Returns:
- An object of
DescriptorValue
that contain the calculated value as well as specification details
-