Interface SolubilityResult
Solubility prediction result.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the input molecule.doubleReturns the solubility value.doublegetSolubility(SolubilityUnit unit) Returns the solubility value.Returns the solubility category.getSolubilityCategory(SolubilityCategories categories) Returns the solubility category.
- 
Method Details- 
getMoleculeMolecule getMolecule()Returns the input molecule.- Returns:
- the input molecule.
 
- 
getSolubilitydouble getSolubility()Returns the solubility value.- Returns:
- the solubility value in logS unit
 
- 
getSolubilityReturns the solubility value.- Parameters:
- unit- solubility unit, see:- SolubilityUnit
- Returns:
- the solubility value
 
- 
getSolubilityCategorySolubilityCategory getSolubilityCategory()Returns the solubility category.- Returns:
- the solubility category
- See Also:
 
- 
getSolubilityCategoryReturns the solubility category.- Parameters:
- categories- solubility categories
- Returns:
- the solubility category
 
 
-