@Deprecated public class MM2AtomTypeMatcher extends Object implements IAtomTypeMatcher
| Constructor and Description |
|---|
MM2AtomTypeMatcher()
Deprecated.
Constructor for the MMFF94AtomTypeMatcher object.
|
| Modifier and Type | Method and Description |
|---|---|
IAtomType |
findMatchingAtomType(IAtomContainer atomContainer,
IAtom atomInterface)
Deprecated.
Assign the mm2 atom type to a given atom.
|
IAtomType[] |
findMatchingAtomTypes(IAtomContainer atomContainer)
Deprecated.
Method that assigns atom types to atoms in the given atom container.
|
public MM2AtomTypeMatcher()
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
atomContainer = (AtomContainer)atomTypeTools.assignAtomTypePropertiesToAtom( new Molecule(atomContainer) );
findMatchingAtomType in interface IAtomTypeMatcheratomContainer - AtomContaineratomInterface - the target atomCDKException - Description of the ExceptionCopyright © 2022. All rights reserved.