Class SolubilityPredictor
- java.lang.Object
-
- com.actelion.research.chem.prediction.SolubilityPredictor
-
public class SolubilityPredictor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static float
cSolubilityUnknown
-
Constructor Summary
Constructors Constructor Description SolubilityPredictor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
assessSolubility(StereoMolecule mol)
ParameterizedStringList
getDetail(StereoMolecule mol)
-
-
-
Field Detail
-
cSolubilityUnknown
public static final float cSolubilityUnknown
- See Also:
- Constant Field Values
-
-
Method Detail
-
assessSolubility
public float assessSolubility(StereoMolecule mol)
-
getDetail
public ParameterizedStringList getDetail(StereoMolecule mol)
-
-