public static class MolFragLoader.RgroupAttachmentCountFilter extends java.lang.Object implements MolFilter
MolFragLoader.setFilter(chemaxon.util.MolFilter)
Constructor and Description |
---|
RgroupAttachmentCountFilter(int attachmentCount)
Contructor.
|
Modifier and Type | Method and 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.
|
public RgroupAttachmentCountFilter(int attachmentCount)
attachmentCount
- the number of attachments to be acceptedpublic boolean accept(Molecule mol)