Class AbstractTetrahedralStereoDescriptor<T extends CIPStereoValue>
java.lang.Object
chemaxon.core.calculations.stereo.AbstractTetrahedralStereoDescriptor<T>
- All Implemented Interfaces:
CIPStereoDescriptor
- Direct Known Subclasses:
TetrahedralStereoDescriptor,TetrahedralStereoIUPACDescriptor
@PublicApi
public abstract class AbstractTetrahedralStereoDescriptor<T extends CIPStereoValue>
extends Object
implements CIPStereoDescriptor
Abstract base class of tetrahedral stereo descriptors.
- Since:
- Marvin 6.4, 2014.06.24.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StereoActivePart[]protected final intprotected final T -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanequalsTo(CIPStereoDescriptor other, int[] map) Compares this value to the given other value with respect to the given search mapping.intReturns the stereo active parts.Returns the CIP stereo value.getType()Returns the CIP stereo type.toString()
-
Field Details
-
activeParts
-
stereoValue
-
explicitHIndex
protected final int explicitHIndex
-
-
Method Details
-
getType
Description copied from interface:CIPStereoDescriptorReturns the CIP stereo type.- Specified by:
getTypein interfaceCIPStereoDescriptor
-
getStereoActiveParts
Description copied from interface:CIPStereoDescriptorReturns the stereo active parts.- Specified by:
getStereoActivePartsin interfaceCIPStereoDescriptor
-
getStereoValue
Description copied from interface:CIPStereoDescriptorReturns the CIP stereo value.- Specified by:
getStereoValuein interfaceCIPStereoDescriptor
-
equalsTo
Description copied from interface:CIPStereoDescriptorCompares this value to the given other value with respect to the given search mapping.- Specified by:
equalsToin interfaceCIPStereoDescriptor
-
getExplicitHydrogenIndex
public int getExplicitHydrogenIndex() -
toString
-