public class StructGenAtomTypeGuesser extends Object implements IAtomTypeGuesser
This class uses the cdk/config/data/structgen_atomtypes.xml list. If there is not an atom type defined for the tested atom, then null is returned.
| Constructor and Description |
|---|
StructGenAtomTypeGuesser()
Constructor for the StructGenMatcher object.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAtomType> |
possibleAtomTypes(IAtomContainer atomContainer,
IAtom atom)
Finds the AtomType matching the Atom's element symbol, formal charge and
hybridization state.
|
public StructGenAtomTypeGuesser()
public List<IAtomType> possibleAtomTypes(IAtomContainer atomContainer, IAtom atom) throws CDKException
possibleAtomTypes in interface IAtomTypeGuesseratomContainer - AtomContaineratom - the target atomCDKException - Exception thrown if something goes wrongCopyright © 2022. All rights reserved.