Class CisTransStereoDescriptor
java.lang.Object
chemaxon.core.calculations.stereo.AbstractCisTransStereoDescriptor<CIPStereoValue.CisTransStereoValue>
chemaxon.core.calculations.stereo.CisTransStereoDescriptor
- All Implemented Interfaces:
CIPStereoDescriptor
@PublicApi
public class CisTransStereoDescriptor
extends AbstractCisTransStereoDescriptor<CIPStereoValue.CisTransStereoValue>
Double-bond stereo descriptor.
- Since:
- Marvin 5.5, 2011.06.02.
-
Field Summary
Fields inherited from class chemaxon.core.calculations.stereo.AbstractCisTransStereoDescriptor
activeParts, stereoValue -
Constructor Summary
ConstructorsConstructorDescriptionCisTransStereoDescriptor(CIPStereoValue.CisTransStereoValue 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
-
CisTransStereoDescriptor
public CisTransStereoDescriptor(CIPStereoValue.CisTransStereoValue value, 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.
-