Package org.openscience.cdk.tools
Interface IValencyChecker
- All Known Implementing Classes:
AtomTypeAwareSaturationChecker
,CDKValencyChecker
,SaturationChecker
,SmilesValencyChecker
public interface IValencyChecker
A common interface for SaturationChecker and ValencyChecker. Mainly created
to be able to have HydrogenAdder use both.
- Author:
- Egon Willighagen
- Source code:
- main
- Belongs to CDK module:
- valencycheck
- Created on:
- 2004-01-08
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isSaturated
(IAtom atom, IAtomContainer container)
-
Method Details
-
isSaturated
- Throws:
CDKException
-
isSaturated
- Throws:
CDKException
-