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 interfaceProgressControllerMethods in com.actelion.research.calc with parameters of type ThreadMaster Modifier and Type Method Description voidDataProcessor. 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 doubleDruglikenessPredictor. assessDruglikeness(StereoMolecule testMolecule, ThreadMaster threadMaster)intToxicityPredictor. assessRisk(StereoMolecule testMolecule, int riskType, ThreadMaster threadMaster)
-