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.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.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)
-
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)
-