public class EStateAtomTypeMatcher extends Object implements IAtomTypeMatcher
| Constructor and Description |
|---|
EStateAtomTypeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
IAtomType |
findMatchingAtomType(IAtomContainer atomContainer,
IAtom atom)
Method that assigns an atom type to a given atom belonging to an atom
container.
|
IAtomType[] |
findMatchingAtomTypes(IAtomContainer atomContainer)
Method that assigns atom types to atoms in the given atom container.
|
static boolean |
inSameAromaticRing(IAtomContainer m,
IAtom atom1,
IAtom atom2,
IRingSet rs) |
void |
setRingSet(IRingSet rs) |
public void setRingSet(IRingSet rs)
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 atom)
IAtomTypeMatcherfindMatchingAtomType in interface IAtomTypeMatcheratomContainer - AtomContainer of which the atom is partatom - Atom for which a matching atom type is searchedpublic static boolean inSameAromaticRing(IAtomContainer m, IAtom atom1, IAtom atom2, IRingSet rs)
Copyright © 2022. All rights reserved.