com.im.df.query
Interface SearchCapability.SearchMode
- All Known Implementing Classes:
- JChemSearchCapability.AbstractStandardSearch, JChemSearchCapability.DuplicateSearch, JChemSearchCapability.FullFragmentSearch, JChemSearchCapability.FullSearch, JChemSearchCapability.SimilaritySearch, JChemSearchCapability.SubstructureSearch, JChemSearchCapability.SuperstructureSearch
- Enclosing interface:
- SearchCapability
public static interface SearchCapability.SearchMode
getSearchType
int getSearchType()
- The JChemSearch type as defined in
SearchConstants
- Returns:
- The JChemSearch type
getName
String getName()
getDescription
String getDescription()
getParametersPanel
JChemSearchParametersPanel getParametersPanel()
getSearchOptions
JChemSearchOptions getSearchOptions()
executeOverlapAnalysis
void executeOverlapAnalysis(DFEntity query,
DFEntity target,
String prefix,
boolean outputToCosole,
DFField outputField,
DFEnvironmentRO env,
DFLock etyLock,
DFLock edpLock)
supportsTableType
boolean supportsTableType(int tableType)
- Is this search type supported for the specified table type
- Parameters:
tableType - One of the chemaxon.jchem.db.TableTypeConstants.TABLE_TYPE_* constants
- Returns:
- True if the search type supported