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 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.descriptor
Methods in com.actelion.research.chem.descriptor with parameters of type ThreadMaster Modifier and Type Method Description voidDescriptorHandlerFlexophore. 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 voidCreatorMolDistHistViz. 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 doubleDruglikenessPredictor. assessDruglikeness(StereoMolecule testMolecule, ThreadMaster threadMaster)doubleDruglikenessPredictorWithIndex. assessDruglikeness(StereoMolecule mol, long[] index, ThreadMaster threadMaster)intToxicityPredictor. 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 classJProgressDialogclassJProgressPanel -
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 voidConformerGenerator. 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 voidConformationSelfOrganizer. setThreadMaster(ThreadMaster tm)
-