@PublicAPI public class StereoActivePart extends java.lang.Object
Constructor and Description |
---|
StereoActivePart(int stereoActiveIndex,
int[] ligandIndexes)
Creates a new stereo active part.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equalsTo(java.lang.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.
|
int |
hashCode() |
java.lang.String |
toString() |
public StereoActivePart(int stereoActiveIndex, int[] ligandIndexes)
stereoActiveIndex
- index of the stereo active atomligandIndexes
- array of stereo active atom's ligand indexes that take part in the stereo descriptionpublic int getStereoActiveAtom()
public int[] getLigands()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public boolean equalsTo(java.lang.Object o, int[] map)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object