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 Details

    • StereoActivePart

      public StereoActivePart(int stereoActiveIndex, int[] ligandIndexes)
      Creates a new stereo active part.
      Parameters:
      stereoActiveIndex - index of the stereo active atom
      ligandIndexes - 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)
    • getStereoActiveRef

      public MolAtom getStereoActiveRef()
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • equalsTo

      public boolean equalsTo(Object o, int[] map)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object