@PublicAPI public interface CustomMatcherFactory
CustomMatcher
objects.
Implementations of this interface must be stateless (and hence immutable), but the generated matcher objects can be statefull.
Modifier and Type | Method and Description |
---|---|
CustomMatcher |
create(Molecule query,
Molecule target)
Creates a custom matcher for atom and bond pairs of the given query and target structures.
|
default com.chemaxon.search.sss.CustomPartialMappingMatcher |
createPartialMappingMatcher() |
CustomMatcher create(Molecule query, Molecule target)
query
- the query molecule (not null)target
- the target molecule (not null)default com.chemaxon.search.sss.CustomPartialMappingMatcher createPartialMappingMatcher()