@Beta public class AtropStereoCenter extends Object implements StereoCenter
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
Constructor and Description |
---|
AtropStereoCenter(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.
|
AtropStereoCenter(AtomSelection selection,
StereoConstants.StereoValue.AtropStereo value,
List<AttachedData> attachedData)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(StereoCenterVisitor v)
Accepts visitors.
|
List<AttachedData> |
getAttachedData()
Gets the attached data.
|
CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue |
getCIPValue()
Returns the stereo center value.
|
AtomSelection |
getSelection()
Gets a selection which contains index of center atom and indexes of ligands.
|
StereoConstants.StereoValue.AtropStereo |
getValue()
Deprecated.
As of Marvin 14.9.15, replaced by
getCIPValue() . |
String |
toString() |
public AtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value, List<AttachedData> attachedData)
selection
- atom selectionvalue
- stereo valueattachedData
- attached datapublic AtropStereoCenter(AtomSelection selection, CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue value)
selection
- atom selectionvalue
- stereo value@Deprecated public AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value, List<AttachedData> attachedData)
selection
- atom selectionvalue
- stereo valueattachedData
- attached data@Deprecated public AtropStereoCenter(AtomSelection selection, StereoConstants.StereoValue.AtropStereo value)
selection
- atom selectionvalue
- stereo valuepublic AtomSelection getSelection()
StereoCenter
getSelection
in interface StereoCenter
StereoCenter.getSelection()
public List<AttachedData> getAttachedData()
StereoCenter
getAttachedData
in interface StereoCenter
StereoCenter.getAttachedData()
@Deprecated public StereoConstants.StereoValue.AtropStereo getValue()
getCIPValue()
.StereoCenter
getValue
in interface StereoCenter
StereoCenter.getValue()
public CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue getCIPValue()
StereoCenter
getCIPValue
in interface StereoCenter
StereoCenter.getCIPValue()
public void accept(StereoCenterVisitor v)
StereoCenter
accept
in interface StereoCenter
v
- stereo center visitorStereoCenter.accept(com.chemaxon.calculations.stereoanal.filters.StereoCenterVisitor)