Package chemaxon.struc
Class StereoActivePart
java.lang.Object
chemaxon.struc.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
ConstructorDescriptionStereoActivePart
(int stereoActiveIndex, int[] ligandIndexes) Creates a new stereo active part. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int[]
Get the ligands of the stereo active atom which take part in the stereo description.int
Get the active atom index.int
hashCode()
void
setAtomRefs
(chemaxon.calculations.cip.CloneStateMapper mapper) For internal use only.toString()
-
Constructor Details
-
StereoActivePart
public StereoActivePart(int stereoActiveIndex, int[] ligandIndexes) Creates a new stereo active part.- Parameters:
stereoActiveIndex
- index of the stereo active atomligandIndexes
- array of stereo active atom's ligand indexes that take part in the stereo description
-
-
Method Details
-
getStereoActiveAtom
public int getStereoActiveAtom()Get the active atom index.- Returns:
- active atom index
-
getLigands
public int[] getLigands()Get the ligands of the stereo active atom which take part in the stereo description.- Returns:
- the ligands
-
setAtomRefs
public void setAtomRefs(chemaxon.calculations.cip.CloneStateMapper mapper) For internal use only. -
getStereoActiveRef
-
equals
-
equalsTo
-
toString
-
hashCode
public int hashCode()
-