Package chemaxon.util
Interface MolFilter
-
- All Known Implementing Classes:
MolFragLoader.RgroupAttachmentCountFilter
@PublicAPI public interface MolFilter
Molecule filter.- Since:
- Marvin 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(Molecule mol)
Returnstrue
if molecule is accepted by the filter.
-
-
-
Method Detail
-
accept
boolean accept(Molecule mol)
Returnstrue
if molecule is accepted by the filter.- Parameters:
mol
- is the molecule- Returns:
true
if molecule is accepted
-
-