Package chemaxon.marvin.util
Class MolFragLoader.RgroupAttachmentCountFilter
- java.lang.Object
-
- chemaxon.marvin.util.MolFragLoader.RgroupAttachmentCountFilter
-
- All Implemented Interfaces:
MolFilter
- Enclosing class:
- MolFragLoader
public static class MolFragLoader.RgroupAttachmentCountFilter extends Object implements MolFilter
Molecule filter which accepts molecules with a specified number of R-group attachments.- Since:
- Marvin 5.4
- See Also:
MolFragLoader.setFilter(chemaxon.util.MolFilter)
-
-
Constructor Summary
Constructors Constructor Description RgroupAttachmentCountFilter(int attachmentCount)
Contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Molecule mol)
Accepts molecule if the number of R-group attachments in the molecule is exactly the attachment count specified in the constructor of this filter.
-
-
-
Method Detail
-
accept
public boolean accept(Molecule mol)
Accepts molecule if the number of R-group attachments in the molecule is exactly the attachment count specified in the constructor of this filter.
-
-