Class CisTransStereoIUPACDescriptor
java.lang.Object
chemaxon.core.calculations.stereo.AbstractCisTransStereoDescriptor<CIPStereoValue.CisTransStereoIUPACValue>
chemaxon.core.calculations.stereo.CisTransStereoIUPACDescriptor
- All Implemented Interfaces:
CIPStereoDescriptor
@PublicApi
public class CisTransStereoIUPACDescriptor
extends AbstractCisTransStereoDescriptor<CIPStereoValue.CisTransStereoIUPACValue>
Double-bond stereo descriptor. It conforms the CIP priority rules of IUPAC.
- Since:
- Marvin 14.7.7, 2014.06.30.
-
Field Summary
Fields inherited from class chemaxon.core.calculations.stereo.AbstractCisTransStereoDescriptor
activeParts, stereoValue -
Constructor Summary
ConstructorsConstructorDescriptionCisTransStereoIUPACDescriptor(CIPStereoValue.CisTransStereoIUPACValue 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.AbstractCisTransStereoDescriptor
getStereoActiveParts, getStereoValue, getType, toString
-
Constructor Details
-
CisTransStereoIUPACDescriptor
public CisTransStereoIUPACDescriptor(CIPStereoValue.CisTransStereoIUPACValue value, StereoActivePart activePart1, StereoActivePart activePart2)
-
-
Method Details
-
equalsTo
Description copied from interface:CIPStereoDescriptorCompares this value to the given other value with respect to the given search mapping. -
equals
-
hashCode
public int hashCode()
-