Package chemaxon.checkers
Class StereoCheckUtility
java.lang.Object
chemaxon.checkers.StereoCheckUtility
@PublicApi
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
public class StereoCheckUtility
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed from the public API.
Utility class for stereo chemistry checkers
- Since:
- 5.10
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the not absolute (contains non-"and" enhanced) (R) or (S) chiral centersgetNotAbsoluteRSChiralCenters
(List<MolAtom> allRSChiralCenters) Deprecated, for removal: This API element is subject to removal in a future version.Gets the not absolute (contains non-"and" enhanced) (R) or (S) chiral centersDeprecated, for removal: This API element is subject to removal in a future version.Gets the (r) and (s) stereo centers of the moleculeDeprecated, for removal: This API element is subject to removal in a future version.Gets the (R) and (S) chiral centers of the moleculeDeprecated, for removal: This API element is subject to removal in a future version.Gets the undefined (r) and (s) stereo centers of the moleculeDeprecated, for removal: This API element is subject to removal in a future version.Gets the undefined (R) and (S) chiral centers of the moleculestatic boolean
Deprecated, for removal: This API element is subject to removal in a future version.Gets whether the molecule is stereo
-
Constructor Details
-
StereoCheckUtility
public StereoCheckUtility()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isStereo
Deprecated, for removal: This API element is subject to removal in a future version.Gets whether the molecule is stereo- Parameters:
mol
- the target molecule- Returns:
- whether the molecule is stereo
-
getRSChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the (R) and (S) chiral centers of the molecule- Parameters:
mol
- the target molecule- Returns:
- the (R) and (S) chiral centers of the molecule
-
getUndefinedRSChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the undefined (R) and (S) chiral centers of the molecule- Parameters:
mol
- the target molecule- Returns:
- the undefined (R) and (S) chiral centers of the molecule
-
getNotAbsoluteRSChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the not absolute (contains non-"and" enhanced) (R) or (S) chiral centers- Parameters:
mol
- the target molecule- Returns:
- the not absolute (contains non-"and" enhanced) (R) or (S) chiral centers
-
getNotAbsoluteRSChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the not absolute (contains non-"and" enhanced) (R) or (S) chiral centers- Parameters:
allRSChiralCenters
- list of chiral center atoms- Returns:
- the not absolute (contains non-"and" enhanced) (R) or (S) chiral centers
-
getrsChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the (r) and (s) stereo centers of the molecule- Parameters:
mol
- the target molecule- Returns:
- the (r) and (s) stereo centers of the molecule
-
getUndefinedrsChiralCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets the undefined (r) and (s) stereo centers of the molecule- Parameters:
mol
- the target molecule- Returns:
- the undefined (r) and (s) stereo centers of the molecule
-