Package com.actelion.research.chem
Class SubstructureFilter
- java.lang.Object
-
- com.actelion.research.chem.SubstructureFilter
-
- All Implemented Interfaces:
MoleculeFilter
public class SubstructureFilter extends java.lang.Object implements MoleculeFilter
-
-
Constructor Summary
Constructors Constructor Description SubstructureFilter(StereoMolecule substructure)
SubstructureFilter(StereoMolecule substructure, int matchMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
moleculeQualifies(StereoMolecule mol)
-
-
-
Constructor Detail
-
SubstructureFilter
public SubstructureFilter(StereoMolecule substructure)
-
SubstructureFilter
public SubstructureFilter(StereoMolecule substructure, int matchMode)
-
-
Method Detail
-
moleculeQualifies
public boolean moleculeQualifies(StereoMolecule mol)
- Specified by:
moleculeQualifies
in interfaceMoleculeFilter
-
-