Uses of Interface
com.actelion.research.calc.ThreadMaster
-
Packages that use ThreadMaster Package Description com.actelion.research.calc com.actelion.research.chem.prediction -
-
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.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)
int
ToxicityPredictor. assessRisk(StereoMolecule testMolecule, int riskType, ThreadMaster threadMaster)
-