Class AxialStereoIUPACDescriptor
java.lang.Object
chemaxon.core.calculations.stereo.AbstractAxialStereoDescriptor<CIPStereoValue.AxialStereoIUPACValue>
chemaxon.core.calculations.stereo.AxialStereoIUPACDescriptor
- All Implemented Interfaces:
CIPStereoDescriptor
@PublicApi
public class AxialStereoIUPACDescriptor
extends AbstractAxialStereoDescriptor<CIPStereoValue.AxialStereoIUPACValue>
Axial type stereo descriptor. It 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.AbstractAxialStereoDescriptor
activeParts, centralAtomIndex, stereoValue -
Constructor Summary
ConstructorsConstructorDescriptionAxialStereoIUPACDescriptor(CIPStereoValue.AxialStereoIUPACValue value, int centralAtomIndex, 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.AbstractAxialStereoDescriptor
getCentralAtomIndex, getCentralAtomReference, getStereoActiveParts, getStereoValue, getType, setCentralAtomReference, toString
-
Constructor Details
-
AxialStereoIUPACDescriptor
public AxialStereoIUPACDescriptor(CIPStereoValue.AxialStereoIUPACValue value, int centralAtomIndex, 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.
-