Package chemaxon.struc
Class StereoActivePart
- java.lang.Object
-
- chemaxon.struc.StereoActivePart
-
@PublicAPI public class StereoActivePart extends Object
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
Constructors Constructor Description StereoActivePart(int stereoActiveIndex, int[] ligandIndexes)
Creates a new stereo active part.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
boolean
equalsTo(Object o, int[] map)
int[]
getLigands()
Get the ligands of the stereo active atom which take part in the stereo description.int
getStereoActiveAtom()
Get the active atom index.MolAtom
getStereoActiveRef()
int
hashCode()
void
setAtomRefs(chemaxon.calculations.cip.CloneStateMapper mapper)
String
toString()
-
-
-
Constructor Detail
-
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 Detail
-
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)
-
getStereoActiveRef
public MolAtom getStereoActiveRef()
-
equalsTo
public boolean equalsTo(Object o, int[] map)
-
-