Interface | Description |
---|---|
CustomMatcher |
Interface for custom matching of atoms and bonds during search.
|
CustomMatcherFactory |
Factory interface for creating
CustomMatcher objects. |
SimpleSearcher |
Search interface for different Molecule-Molecule search types.
|
Class | Description |
---|---|
MatchingOptions |
Abstract class containing search options used by multiple algorithms.
|
MatchingOptions.Builder |
Abstract builder class for creating the base part of immutable instances of any class inheriting the enclosing
MatchingOptions class. |
SimpleSearcherFactory |
Factory for creating
SimpleSearcher instances. |