Interface SolubilityResult
Solubility prediction result.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the input molecule.double
Returns the solubility value.double
getSolubility
(SolubilityUnit unit) Returns the solubility value.Returns the solubility category.getSolubilityCategory
(SolubilityCategories categories) Returns the solubility category.
-
Method Details
-
getMolecule
Molecule getMolecule()Returns the input molecule.- Returns:
- the input molecule.
-
getSolubility
double getSolubility()Returns the solubility value.- Returns:
- the solubility value in logS unit
-
getSolubility
Returns the solubility value.- Parameters:
unit
- solubility unit, see:SolubilityUnit
- Returns:
- the solubility value
-
getSolubilityCategory
SolubilityCategory getSolubilityCategory()Returns the solubility category.- Returns:
- the solubility category
- See Also:
-
getSolubilityCategory
Returns the solubility category.- Parameters:
categories
- solubility categories- Returns:
- the solubility category
-