chemaxon.enumeration
Interface MolFilter


public interface MolFilter

Molecule filter.

Since:
Marvin 5.0
Author:
Nora Mate

Method Summary
 boolean accept(Molecule mol)
          Returns true if molecule is accepted by the filter.
 

Method Detail

accept

boolean accept(Molecule mol)
Returns true if molecule is accepted by the filter.

Parameters:
mol - is the molecule
Returns:
true if molecule is accepted