Class CisTransStereoCenter
java.lang.Object
com.chemaxon.calculations.stereoanal.stereocenters.CisTransStereoCenter
- All Implemented Interfaces:
StereoCenter
Cis-trans 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
ConstructorDescriptionCisTransStereoCenter
(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.CisTransStereoIUPACValue value) Constructs a new instance of cis-trans stereo center.CisTransStereoCenter
(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.CisTransStereoIUPACValue value, List<AttachedData> attachedData) Constructs a new instance of cis-trans stereo center with attached data.CisTransStereoCenter
(AtomSelection selection, StereoConstants.StereoValue.CisTransStereo value) Deprecated, for removal: This API element is subject to removal in a future version.CisTransStereoCenter
(AtomSelection selection, StereoConstants.StereoValue.CisTransStereo value, List<AttachedData> attachedData) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Accepts 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
-
CisTransStereoCenter
public CisTransStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.CisTransStereoIUPACValue value, List<AttachedData> attachedData) Constructs a new instance of cis-trans stereo center with attached data.- Parameters:
selection
- atom selectionvalue
- stereo valueattachedData
- attached data
-
CisTransStereoCenter
public CisTransStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.CisTransStereoIUPACValue value) Constructs a new instance of cis-trans stereo center.- Parameters:
selection
- atom selectionvalue
- stereo value
-
CisTransStereoCenter
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public CisTransStereoCenter(AtomSelection selection, StereoConstants.StereoValue.CisTransStereo value, List<AttachedData> attachedData) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new instance of cis-trans stereo center with attached data.- Parameters:
selection
- atom selectionvalue
- stereo valueattachedData
- attached data
-
CisTransStereoCenter
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public CisTransStereoCenter(AtomSelection selection, StereoConstants.StereoValue.CisTransStereo value) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new instance of cis-trans stereo center.- Parameters:
selection
- atom selectionvalue
- stereo value
-
-
Method Details
-
getSelection
Description copied from interface:StereoCenter
Gets a selection which contains index of center atom and indexes of ligands.- Specified by:
getSelection
in interfaceStereoCenter
- Returns:
- an AtomSelection class
- See Also:
-
getValue
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public StereoConstants.StereoValue.CisTransStereo 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:StereoCenter
Returns the stereo center value.- Specified by:
getValue
in interfaceStereoCenter
- See Also:
-
getCIPValue
Description copied from interface:StereoCenter
Returns the stereo center value.- Specified by:
getCIPValue
in interfaceStereoCenter
- Returns:
- stereo value
- See Also:
-
getAttachedData
Description copied from interface:StereoCenter
Gets the attached data.- Specified by:
getAttachedData
in interfaceStereoCenter
- Returns:
- attached data
- See Also:
-
toString
-
accept
Description copied from interface:StereoCenter
Accepts visitors.- Specified by:
accept
in interfaceStereoCenter
- Parameters:
v
- stereo center visitor- See Also:
-
CisTransStereoCenter(AtomSelection, CisTransStereoIUPACValue)
.