public interface IAtomTypeGuesser
IAtomTypeMatcher| Modifier and Type | Method and Description |
|---|---|
List<IAtomType> |
possibleAtomTypes(IAtomContainer container,
IAtom atom)
Method that returns an iterator with a suitable list of atom types
given the provided atom.
|
List<IAtomType> possibleAtomTypes(IAtomContainer container, IAtom atom) throws CDKException
container - AtomContainer of which the atom is partatom - Atom for which a matching atom type is searchedCDKException - when something went wrong with going through
the AtomType'sCopyright © 2021. All rights reserved.