Package chemaxon.util

Interface MolFilter

All Known Implementing Classes:
MolFragLoader.RgroupAttachmentCountFilter

@PublicAPI public interface MolFilter
Molecule filter.
Since:
Marvin 5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if molecule is accepted by the filter.
  • Method Details

    • accept

      boolean accept(Molecule mol)
      Returns true if molecule is accepted by the filter.
      Parameters:
      mol - is the molecule
      Returns:
      true if molecule is accepted