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