Class StereoActivePart
java.lang.Object
chemaxon.core.calculations.stereo.StereoActivePart
Stereo active molecule part with stereo active atom index and
its ligands which takes part in the stereo description.
- Since:
- Marvin 5.6, 31/05/2011
-
Constructor Summary
ConstructorsConstructorDescriptionStereoActivePart(int activeAtomIndex, int[] ligandAtomIndexes) Creates a new stereo active part. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintGet the active atom index.For internal use only.int[]Get the indexes of the ligands of the stereo active atom which take part in the stereo description.int[]Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.UsegetActiveAtomIndex()instead.inthashCode()voidsetActiveAtomReference(MolAtom stereoActiveAtom) For internal use only.toString()
-
Constructor Details
-
StereoActivePart
public StereoActivePart(int activeAtomIndex, int[] ligandAtomIndexes) Creates a new stereo active part.- Parameters:
activeAtomIndex- index of the stereo active atomligandAtomIndexes- indexes of the stereo active atom's ligands that take part in the stereo description
-
-
Method Details
-
getActiveAtomIndex
public int getActiveAtomIndex()Get the active atom index.- Returns:
- active atom index
-
getStereoActiveAtom
Deprecated, for removal: This API element is subject to removal in a future version.UsegetActiveAtomIndex()instead.Get the active atom index.- Returns:
- active atom index
-
getLigandIndexes
public int[] getLigandIndexes()Get the indexes of the ligands of the stereo active atom which take part in the stereo description.- Returns:
- the ligand indexes
-
getLigands
Deprecated, for removal: This API element is subject to removal in a future version.UsegetLigandIndexes()instead.Get the indexes of the ligands of the stereo active atom which take part in the stereo description.- Returns:
- the ligand indexes
-
setActiveAtomReference
For internal use only. Sets the atom reference. -
getActiveAtomReference
For internal use only. Returns the atom reference. -
equals
-
equalsTo
-
toString
-
hashCode
public int hashCode()
-
getLigandIndexes()instead.