Class TetrahedralStereoCenter
java.lang.Object
chemaxon.calculations.stereo.stereocenters.TetrahedralStereoCenter
- All Implemented Interfaces:
StereoCenter
Tetrahedral 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
ConstructorsConstructorDescriptionTetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value) Constructs a new instance of tetrahedral stereo center.TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, EnhancedStereo enhancedStereo) Constructs a new instance of tetrahedral stereo center.TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, EnhancedStereo enhancedStereo, List<AttachedData> attachedData) Constructs a new instance of tetrahedral stereo center with attached data.TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, Optional<EnhancedStereo> enhancedStereo, List<AttachedData> attachedData) Constructs a new instance of tetrahedral stereo center with attached data. -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts visitors.Gets the attached data.Returns the stereo center value.Returns the enhanced stereo group (optional).Gets a selection which contains index of center atom and indexes of ligands.toString()
-
Constructor Details
-
TetrahedralStereoCenter
public TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, Optional<EnhancedStereo> enhancedStereo, List<AttachedData> attachedData) Constructs a new instance of tetrahedral stereo center with attached data.- Parameters:
selection- atom selectionvalue- stereo valueenhancedStereo- (optional) enhanced stereoattachedData- attached data
-
TetrahedralStereoCenter
public TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, EnhancedStereo enhancedStereo, List<AttachedData> attachedData) Constructs a new instance of tetrahedral stereo center with attached data.- Parameters:
selection- atom selectionvalue- stereo valueenhancedStereo- enhanced stereoattachedData- attached data
-
TetrahedralStereoCenter
public TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value, EnhancedStereo enhancedStereo) Constructs a new instance of tetrahedral stereo center.- Parameters:
selection- atom selectionvalue- stereo valueenhancedStereo- enhanced stereo
-
TetrahedralStereoCenter
public TetrahedralStereoCenter(AtomSelection selection, CIPStereoValue.TetrahedralStereoIUPACValue value) Constructs a new instance of tetrahedral 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:
-
getEnhancedStereo
Returns the enhanced stereo group (optional).- Returns:
- enhanced stereo group
-
toString
-
accept
Description copied from interface:StereoCenterAccepts visitors.- Specified by:
acceptin interfaceStereoCenter- Parameters:
v- stereo center visitor- See Also:
-