Uses of Interface
com.actelion.research.chem.StructureSearchController
-
Packages that use StructureSearchController Package Description com.actelion.research.chem com.actelion.research.chem.reaction -
-
Uses of StructureSearchController in com.actelion.research.chem
Constructors in com.actelion.research.chem with parameters of type StructureSearchController 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. -
Uses of StructureSearchController in com.actelion.research.chem.reaction
Constructors in com.actelion.research.chem.reaction with parameters of type StructureSearchController 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.
-