Class AbstractAxialStereoDescriptor<T extends CIPStereoValue>
java.lang.Object
chemaxon.core.calculations.stereo.AbstractAxialStereoDescriptor<T>
- All Implemented Interfaces:
CIPStereoDescriptor
- Direct Known Subclasses:
AxialStereoDescriptor,AxialStereoIUPACDescriptor
@PublicApi
public abstract class AbstractAxialStereoDescriptor<T extends CIPStereoValue>
extends Object
implements CIPStereoDescriptor
Abstract base class of axial stereo descriptors.
- Since:
- Marvin 14.7.7, 2014.07.01.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StereoActivePart[]protected final intprotected final T -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAxialStereoDescriptor(T value, int centralAtomIndex, StereoActivePart activePart1, StereoActivePart activePart2) -
Method Summary
Modifier and TypeMethodDescriptionintReturns the index of the central atom.For internal use only.Returns the stereo active parts.Returns the CIP stereo value.getType()Returns the CIP stereo type.voidsetCentralAtomReference(MolAtom centralAtom) For internal use only.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface chemaxon.core.calculations.stereo.CIPStereoDescriptor
equalsTo
-
Field Details
-
activeParts
-
stereoValue
-
centralAtomIndex
protected final int centralAtomIndex
-
-
Constructor Details
-
AbstractAxialStereoDescriptor
protected AbstractAxialStereoDescriptor(T value, int centralAtomIndex, StereoActivePart activePart1, StereoActivePart activePart2)
-
-
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
-
getCentralAtomIndex
public int getCentralAtomIndex()Returns the index of the central atom. -
setCentralAtomReference
For internal use only. Sets the central atom reference. -
getCentralAtomReference
For internal use only. Returns the central atom reference. -
toString
-