Class SSSearcher

Basic substructure searcher.

Constructors

Methods

  • Returns whether the current fragment is in the target molecule.

    Returns boolean

  • Set the fragment to search.

    Parameters

    • fragment: Molecule

      Molecule instance to set as fragment. It has to be flagged with setFragment(true) first.

    Returns void

  • Set the fragment and molecule in one call.

    Parameters

    Returns void

  • Set the target molecule in which the search will be done.

    Parameters

    • molecule: Molecule

      Molecule instance to set as target molecule.

    Returns void