Class AxialStereoDescriptor
java.lang.Object
chemaxon.core.calculations.stereo.AbstractAxialStereoDescriptor<CIPStereoValue.AxialStereoValue>
chemaxon.core.calculations.stereo.AxialStereoDescriptor
- All Implemented Interfaces:
CIPStereoDescriptor
@PublicApi
public class AxialStereoDescriptor
extends AbstractAxialStereoDescriptor<CIPStereoValue.AxialStereoValue>
Axial type stereo descriptor.
- Since:
- Marvin 5.5, 2011.06.02.
-
Field Summary
Fields inherited from class chemaxon.core.calculations.stereo.AbstractAxialStereoDescriptor
activeParts, centralAtomIndex, stereoValue -
Constructor Summary
ConstructorsConstructorDescriptionAxialStereoDescriptor(CIPStereoValue.AxialStereoValue 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
-
AxialStereoDescriptor
public AxialStereoDescriptor(CIPStereoValue.AxialStereoValue value, int centralAtomIndex, StereoActivePart activePart1, StereoActivePart activePart2)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
equalsTo
Description copied from interface:CIPStereoDescriptorCompares this value to the given other value with respect to the given search mapping.
-