Uses of Interface
com.actelion.research.calc.ProgressController
-
-
Uses of ProgressController in com.actelion.research.calc.regression
Methods in com.actelion.research.calc.regression that return ProgressController Modifier and Type Method Description ProgressController
ARegressionMethod. getProgressController()
Methods in com.actelion.research.calc.regression with parameters of type ProgressController Modifier and Type Method Description void
ARegressionMethod. setProgressController(ProgressController progressController)
-
Uses of ProgressController in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm with parameters of type ProgressController Modifier and Type Method Description static svm_model
svm. svm_train(svm_problem prob, svm_parameter param, ProgressController pg)
-
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. -
Uses of ProgressController in com.actelion.research.gui
Classes in com.actelion.research.gui that implement ProgressController Modifier and Type Class Description class
JProgressDialog
class
JProgressPanel
-