Uses of Class
com.actelion.research.chem.StructureSearchSpecification
-
Packages that use StructureSearchSpecification Package Description com.actelion.research.chem -
-
Uses of StructureSearchSpecification in com.actelion.research.chem
Methods in com.actelion.research.chem with parameters of type StructureSearchSpecification Modifier and Type Method Description boolean
StructureSearchDataSource. isSupportedSearchType(StructureSearchSpecification specification)
Returns true if idcodes and/or hash codes for this particular search specification are directly available by the source, i.e.Constructors in com.actelion.research.chem with parameters of type StructureSearchSpecification Constructor Description StructureSearch(StructureSearchSpecification specification, StructureSearchDataSource dataSource, StructureSearchController searchController, ProgressController progressController, DescriptorHandlerFactory dhFactory)
This contructs a new structure search, which upon calling start() runs a multithreaded structure search on the structure rows provided by dataSource.
-