Class AtropStereoCenter
java.lang.Object
com.chemaxon.calculations.stereoanal.stereocenters.AtropStereoCenter
- All Implemented Interfaces:
StereoCenter
Atrop stereo center implementation.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
- Since:
- Marvin 6.2
-
Constructor Summary
ConstructorsConstructorDescriptionAtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value) Constructs a new instance of axial stereo center.AtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value, List<AttachedData> attachedData) Constructs a new instance of axial stereo center with attached data.AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value) Deprecated, for removal: This API element is subject to removal in a future version.AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value, List<AttachedData> attachedData) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts visitors.Gets the attached data.Returns the stereo center value.Gets a selection which contains index of center atom and indexes of ligands.getValue()Deprecated, for removal: This API element is subject to removal in a future version.As of Marvin 14.9.15, replaced bygetCIPValue().toString()
-
Constructor Details
-
AtropStereoCenter
public AtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value, List<AttachedData> attachedData) Constructs a new instance of axial stereo center with attached data.- Parameters:
selection- atom selectionvalue- stereo valueattachedData- attached data
-
AtropStereoCenter
public AtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value) Constructs a new instance of axial stereo center.- Parameters:
selection- atom selectionvalue- stereo value
-
AtropStereoCenter
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value, List<AttachedData> attachedData) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new instance of axial stereo center with attached data.- Parameters:
selection- atom selectionvalue- stereo valueattachedData- attached data
-
AtropStereoCenter
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new instance of axial stereo center.- Parameters:
selection- atom selectionvalue- stereo value
-
-
Method Details
-
getSelection
Description copied from interface:StereoCenterGets a selection which contains index of center atom and indexes of ligands.- Specified by:
getSelectionin interfaceStereoCenter- Returns:
- an AtomSelection class
- See Also:
-
getAttachedData
Description copied from interface:StereoCenterGets the attached data.- Specified by:
getAttachedDatain interfaceStereoCenter- Returns:
- attached data
- See Also:
-
getCIPValue
Description copied from interface:StereoCenterReturns the stereo center value.- Specified by:
getCIPValuein interfaceStereoCenter- Returns:
- stereo value
- See Also:
-
getValue
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public StereoConstants.StereoValue.AtropStereo getValue()Deprecated, for removal: This API element is subject to removal in a future version.As of Marvin 14.9.15, replaced bygetCIPValue().Description copied from interface:StereoCenterReturns the stereo center value.- Specified by:
getValuein interfaceStereoCenter- See Also:
-
toString
-
accept
Description copied from interface:StereoCenterAccepts visitors.- Specified by:
acceptin interfaceStereoCenter- Parameters:
v- stereo center visitor- See Also:
-
AtropStereoCenter(AtomSelection, AtropStereoIUPACValue).