Package com.chemaxon.search.mcs
Interface McsCustomMatcher
Interface for custom matching of atoms and bonds for
MaxCommonSubstructure
search.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the given atoms are matchable according to some custom matching criteria.boolean
Returns true if the given bonds are matchable according to some custom matching criteria.
-
Method Details
-
match
Returns true if the given atoms are matchable according to some custom matching criteria.- Parameters:
queryAtom
- the query atom (not null)targetAtom
- the target atom (not null)- Returns:
- true if the given query and target atoms match
-
match
Returns true if the given bonds are matchable according to some custom matching criteria.- Parameters:
queryBond
- the query bond (not null)targetBond
- the target bond (not null)- Returns:
- true if the given query and target bonds match
-