@Beta public interface StereoCenter
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
Modifier and Type | Method and Description |
---|---|
void |
accept(StereoCenterVisitor visitor)
Accepts visitors.
|
List<AttachedData> |
getAttachedData()
Gets the attached data.
|
CIPStereoDescriptorIface.CIPValue |
getCIPValue()
Returns the stereo center value.
|
AtomSelection |
getSelection()
Gets a selection which contains index of center atom and indexes of ligands.
|
StereoConstants.StereoValue |
getValue()
Deprecated.
As of Marvin 14.9.15, replaced by
getCIPValue() . |
AtomSelection getSelection()
@Deprecated StereoConstants.StereoValue getValue()
getCIPValue()
.CIPStereoDescriptorIface.CIPValue getCIPValue()
List<AttachedData> getAttachedData()
void accept(StereoCenterVisitor visitor)
visitor
- stereo center visitor