@Deprecated public class MMFF94AtomTypeMatcher extends Object implements IAtomTypeMatcher
| Constructor and Description |
|---|
MMFF94AtomTypeMatcher()
Deprecated.
Constructor for the MMFF94AtomTypeMatcher object.
|
| Modifier and Type | Method and Description |
|---|---|
IAtomType |
findMatchingAtomType(IAtomContainer atomContainer,
IAtom atomInterface)
Deprecated.
Assign the mmff94 atom type to a given atom.
|
IAtomType[] |
findMatchingAtomTypes(IAtomContainer atomContainer)
Deprecated.
Method that assigns atom types to atoms in the given atom container.
|
public MMFF94AtomTypeMatcher()
public IAtomType[] findMatchingAtomTypes(IAtomContainer atomContainer) throws CDKException
IAtomTypeMatcherfindMatchingAtomTypes in interface IAtomTypeMatcheratomContainer - AtomContainer for which atom types are perceivedCDKException - when something went wrong with going through
the AtomType'spublic IAtomType findMatchingAtomType(IAtomContainer atomContainer, IAtom atomInterface) throws CDKException
findMatchingAtomType in interface IAtomTypeMatcheratomContainer - AtomContaineratomInterface - the target atomCDKException - Description of the ExceptionCopyright © 2022. All rights reserved.