com.im.df/1 5.9.1

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


Method Summary
 void executeOverlapAnalysis(DFEntity query, DFEntity target, String prefix, boolean outputToCosole, DFField outputField, DFEnvironmentRO env, DFLock etyLock, DFLock edpLock)
           
 String getDescription()
           
 String getName()
           
 JChemSearchParametersPanel getParametersPanel()
           
 JChemSearchOptions getSearchOptions()
           
 int getSearchType()
          The JChemSearch type as defined in SearchConstants
 boolean supportsTableType(int tableType)
          Is this search type supported for the specified table type
 

Method Detail

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

com.im.df/1 5.9.1