Uses of Class
org.openscience.cdk.isomorphism.AtomMatcher
Packages that use AtomMatcher
-
Uses of AtomMatcher in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return AtomMatcherModifier and TypeMethodDescriptionstatic AtomMatcher
AtomMatcher.forAny()
Atoms are always compatible.static AtomMatcher
AtomMatcher.forElement()
Atoms are compatible if they are the same element.static AtomMatcher
AtomMatcher.forQuery()
Methods in org.openscience.cdk.isomorphism with parameters of type AtomMatcherModifier and TypeMethodDescriptionstatic Pattern
VentoFoggia.findIdentical
(IAtomContainer query, AtomMatcher atomMatcher, BondMatcher bondMatcher) Create a pattern which can be used to find molecules which are the same as thequery
structure.static Pattern
VentoFoggia.findSubstructure
(IAtomContainer query, AtomMatcher atomMatcher, BondMatcher bondMatcher) Create a pattern which can be used to find molecules which contain thequery
structure.