Class AtropStereoIUPACDescriptor
java.lang.Object
chemaxon.core.calculations.stereo.AbstractAtropStereoDescriptor<CIPStereoValue.AtropStereoIUPACValue>
chemaxon.core.calculations.stereo.AtropStereoIUPACDescriptor
- All Implemented Interfaces:
CIPStereoDescriptor
@PublicApi
public class AtropStereoIUPACDescriptor
extends AbstractAtropStereoDescriptor<CIPStereoValue.AtropStereoIUPACValue>
Descriptor representing atrop stereo information. That is, the rotation of two aromatic rings connected by
a single bond (axis), and at least 3 of the ligands in the ring connected to the axis has a non-ring ligand.
This class conforms the CIP priority rules of IUPAC.
- Since:
- Marvin 14.7.7, 2014.07.01.
-
Field Summary
Fields inherited from class chemaxon.core.calculations.stereo.AbstractAtropStereoDescriptor
activeParts, stereoValue -
Constructor Summary
ConstructorsConstructorDescriptionAtropStereoIUPACDescriptor(CIPStereoValue.AtropStereoIUPACValue value, StereoActivePart activePart1, StereoActivePart activePart2) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsTo(CIPStereoDescriptor o, int[] map) Compares this value to the given other value with respect to the given search mapping.inthashCode()Methods inherited from class chemaxon.core.calculations.stereo.AbstractAtropStereoDescriptor
getStereoActiveParts, getStereoValue, getType, toString
-
Constructor Details
-
AtropStereoIUPACDescriptor
public AtropStereoIUPACDescriptor(CIPStereoValue.AtropStereoIUPACValue value, StereoActivePart activePart1, StereoActivePart activePart2)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
equalsTo
Description copied from interface:CIPStereoDescriptorCompares this value to the given other value with respect to the given search mapping.
-