|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.atomtype.MMFF94AtomTypeMatcher
public class MMFF94AtomTypeMatcher
Class implements methods to assign mmff94 atom types for a specific atom in an molecule. The full list of mmff94 atom types is defined in the file cdk/config/data/mmff94_atomtypes.xml.
| Constructor Summary | |
|---|---|
MMFF94AtomTypeMatcher()
Constructor for the MMFF94AtomTypeMatcher object. |
|
| Method Summary | |
|---|---|
IAtomType[] |
findMatchingAtomType(IAtomContainer atomContainer)
Method that assigns atom types to atoms in the given atom container. |
IAtomType |
findMatchingAtomType(IAtomContainer atomContainer,
IAtom atomInterface)
Assign the mmff94 atom type to a given atom. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MMFF94AtomTypeMatcher()
| Method Detail |
|---|
@TestMethod(value="testFindMatchingAtomType_IAtomContainer")
public IAtomType[] findMatchingAtomType(IAtomContainer atomContainer)
throws CDKException
IAtomTypeMatcher
findMatchingAtomType in interface IAtomTypeMatcheratomContainer - AtomContainer for which atom types are perceived
CDKException - when something went wrong with going through
the AtomType's
public IAtomType findMatchingAtomType(IAtomContainer atomContainer,
IAtom atomInterface)
throws CDKException
findMatchingAtomType in interface IAtomTypeMatcheratomContainer - AtomContaineratomInterface - the target atom
CDKException - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||