Interface CIPStereoDescriptor
- All Known Implementing Classes:
AbstractAtropStereoDescriptor,AbstractAxialStereoDescriptor,AbstractCisTransStereoDescriptor,AbstractTetrahedralStereoDescriptor,AtropStereoDescriptor,AtropStereoIUPACDescriptor,AxialStereoDescriptor,AxialStereoIUPACDescriptor,CisTransStereoDescriptor,CisTransStereoIUPACDescriptor,TetrahedralStereoDescriptor,TetrahedralStereoIUPACDescriptor
Cahn-Ingold-Prelog (CIP) stereodescriptor interface.
- Since:
- Marvin 5.5, 2011.06.02.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsTo(CIPStereoDescriptor other, int[] map) Compares this value to the given other value with respect to the given search mapping.Returns the stereo active parts.Returns the CIP stereo value.getType()Returns the CIP stereo type.
-
Method Details
-
getType
CIPStereoType getType()Returns the CIP stereo type. -
getStereoActiveParts
StereoActivePart[] getStereoActiveParts()Returns the stereo active parts. -
getStereoValue
CIPStereoValue getStereoValue()Returns the CIP stereo value. -
equalsTo
Compares this value to the given other value with respect to the given search mapping.
-