|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.marvin.util.MolFragLoader.RgroupAttachmentCountFilter
public static class MolFragLoader.RgroupAttachmentCountFilter
Molecule filter which accepts molecules with a specified number of R-group attachments.
MolFragLoader.setFilter(chemaxon.util.MolFilter)| Constructor Summary | |
|---|---|
MolFragLoader.RgroupAttachmentCountFilter(int attachmentCount)
Contructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MolFragLoader.RgroupAttachmentCountFilter(int attachmentCount)
attachmentCount - the number of attachments to be accepted| Method Detail |
|---|
public boolean accept(Molecule mol)
accept in interface MolFiltermol - is the molecule
true if molecule is accepted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||