Uses of Class
com.actelion.research.chem.reaction.ReactionSearchSpecification
-
Packages that use ReactionSearchSpecification Package Description com.actelion.research.chem.reaction -
-
Uses of ReactionSearchSpecification in com.actelion.research.chem.reaction
Methods in com.actelion.research.chem.reaction with parameters of type ReactionSearchSpecification Modifier and Type Method Description boolean
ReactionSearchDataSource. isSupportedSearchType(ReactionSearchSpecification 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.reaction with parameters of type ReactionSearchSpecification Constructor Description ReactionSearch(ReactionSearchSpecification specification, ReactionSearchDataSource dataSource, StructureSearchController searchController, ProgressController progressController)
This contructs a new structure search, which upon calling start() runs a multithreaded structure search on the structure rows provided by dataSource.
-