Package com.actelion.research.chem
Interface StructureSearchController
-
public interface StructureSearchController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
rowQualifies(int row)
If the structure search specification is part of a broader criteria list, then this method determines, whether all other, i.e.
-
-
-
Method Detail
-
rowQualifies
boolean rowQualifies(int row)
If the structure search specification is part of a broader criteria list, then this method determines, whether all other, i.e. non-structure search related, criteria match. If other non-matching criteria exist, then this method returns false. If no other search criteria exist, then true is returned. This method's implementation must be thread safe.- Parameters:
row
-- Returns:
-
-