Package chemaxon.marvin.util
Class MolFragLoader.RgroupAttachmentCountFilter
java.lang.Object
chemaxon.marvin.util.MolFragLoader.RgroupAttachmentCountFilter
- All Implemented Interfaces:
MolFilter
- Enclosing class:
- MolFragLoader
Molecule filter which accepts molecules with a specified number of R-group attachments.
- Since:
- Marvin 5.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RgroupAttachmentCountFilter
public RgroupAttachmentCountFilter(int attachmentCount) Contructor. Sets the number of attachments to be accepted by this filter.- Parameters:
attachmentCount
- the number of attachments to be accepted
-
-
Method Details