@PublicAPI public interface CustomMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
match(MolAtom queryAtom,
MolAtom targetAtom)
Returns true if the given atoms are matchable according to some custom matching criteria.
|
boolean |
match(MolBond queryBond,
MolBond targetBond)
Returns true if the given bonds are matchable according to some custom matching criteria.
|
boolean match(MolAtom queryAtom, MolAtom targetAtom)
queryAtom
- the query atom (not null)targetAtom
- the target atom (not null)