Uses of Interface
com.actelion.research.calc.ThreadMaster
-
-
Uses of ThreadMaster in com.actelion.research.calc
Subinterfaces of ThreadMaster in com.actelion.research.calc Modifier and Type Interface Description interface
ProgressController
Methods in com.actelion.research.calc with parameters of type ThreadMaster Modifier and Type Method Description void
DataProcessor. setThreadMaster(ThreadMaster t)
Constructors in com.actelion.research.calc with parameters of type ThreadMaster Constructor Description SingularValueDecomposition(double[][] A, ProgressListener progressListener, ThreadMaster threadMaster)
Construct the singular value decomposition -
Uses of ThreadMaster in com.actelion.research.chem.conf
Methods in com.actelion.research.chem.conf with parameters of type ThreadMaster Modifier and Type Method Description void
ConformerSetGenerator. setThreadMaster(ThreadMaster tm)
-
Uses of ThreadMaster in com.actelion.research.chem.descriptor
Methods in com.actelion.research.chem.descriptor with parameters of type ThreadMaster Modifier and Type Method Description void
DescriptorHandlerFlexophore. setThreadMaster(ThreadMaster threadMaster)
-
Uses of ThreadMaster in com.actelion.research.chem.descriptor.flexophore.generator
Methods in com.actelion.research.chem.descriptor.flexophore.generator with parameters of type ThreadMaster Modifier and Type Method Description void
CreatorMolDistHistViz. setThreadMaster(ThreadMaster threadMaster)
-
Uses of ThreadMaster in com.actelion.research.chem.docking
Methods in com.actelion.research.chem.docking with parameters of type ThreadMaster Modifier and Type Method Description void
DockingEngine. setThreadMaster(ThreadMaster tm)
-
Uses of ThreadMaster in com.actelion.research.chem.docking.shape
Methods in com.actelion.research.chem.docking.shape with parameters of type ThreadMaster Modifier and Type Method Description void
ShapeDocking. setThreadMaster(ThreadMaster tm)
-
Uses of ThreadMaster in com.actelion.research.chem.phesa
Fields in com.actelion.research.chem.phesa declared as ThreadMaster Modifier and Type Field Description protected ThreadMaster
DescriptorHandlerShape. threadMaster
Methods in com.actelion.research.chem.phesa with parameters of type ThreadMaster Modifier and Type Method Description void
DescriptorHandlerShape. setThreadMaster(ThreadMaster tm)
-
Uses of ThreadMaster in com.actelion.research.chem.prediction
Methods in com.actelion.research.chem.prediction with parameters of type ThreadMaster Modifier and Type Method Description double
DruglikenessPredictor. assessDruglikeness(StereoMolecule testMolecule, ThreadMaster threadMaster)
double
DruglikenessPredictorWithIndex. assessDruglikeness(StereoMolecule mol, long[] index, ThreadMaster threadMaster)
int
ToxicityPredictor. assessRisk(StereoMolecule testMolecule, int riskType, ThreadMaster threadMaster)
-
Uses of ThreadMaster in com.actelion.research.gui
Classes in com.actelion.research.gui that implement ThreadMaster Modifier and Type Class Description class
JProgressDialog
class
JProgressPanel
-
Uses of ThreadMaster in org.openmolecules.chem.conf.gen
Methods in org.openmolecules.chem.conf.gen with parameters of type ThreadMaster Modifier and Type Method Description void
ConformerGenerator. setThreadMaster(ThreadMaster tm)
If the conformer generation must be stopped from outside, for instance because of user intervention or because of a defined timeout, the provide a ThreadMaster with this method. -
Uses of ThreadMaster in org.openmolecules.chem.conf.so
Methods in org.openmolecules.chem.conf.so with parameters of type ThreadMaster Modifier and Type Method Description void
ConformationSelfOrganizer. setThreadMaster(ThreadMaster tm)
-