Class Linker
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.entity.Linker
-
public class Linker extends java.lang.ObjectLinkerCopyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Jan 15, 2013 MvK Start implementation
- Author:
- Modest von Korff
-
-
Constructor Summary
Constructors Constructor Description Linker(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOriginalAtomIndex(int atomIndex)voidaddOriginalAtomIndex(int[] arrAtomIndex)voidcalculateHashCode()booleanequals(java.lang.Object obj)byte[]getDistanceHistogram()intgetId()java.lang.StringgetIdCode()intgetIdFlexophorePoint1()intgetIdFlexophorePoint2()int[]getOriginalAtomIndex()inthashCode()voidsetDistanceHistogram(byte[] arrDistanceHistogram)voidsetIdCode(java.lang.String idcode)voidsetIdFlexophorePoint1(int idFlexophorePoint1)voidsetIdFlexophorePoint2(int idFlexophorePoint2)
-
-
-
Method Detail
-
calculateHashCode
public void calculateHashCode()
-
getId
public int getId()
- Returns:
- the id
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
addOriginalAtomIndex
public void addOriginalAtomIndex(int atomIndex)
-
addOriginalAtomIndex
public void addOriginalAtomIndex(int[] arrAtomIndex)
-
getOriginalAtomIndex
public int[] getOriginalAtomIndex()
-
getDistanceHistogram
public byte[] getDistanceHistogram()
- Returns:
- the arrDistanceHistogram
-
setDistanceHistogram
public void setDistanceHistogram(byte[] arrDistanceHistogram)
- Parameters:
arrDistanceHistogram- the arrDistanceHistogram to set
-
getIdCode
public java.lang.String getIdCode()
- Returns:
- the idcode
-
setIdCode
public void setIdCode(java.lang.String idcode)
- Parameters:
idcode- the idcode to set
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getIdFlexophorePoint1
public int getIdFlexophorePoint1()
- Returns:
- the idFlexophorePoint1
-
setIdFlexophorePoint1
public void setIdFlexophorePoint1(int idFlexophorePoint1)
- Parameters:
idFlexophorePoint1- the idFlexophorePoint1 to set
-
getIdFlexophorePoint2
public int getIdFlexophorePoint2()
- Returns:
- the idFlexophorePoint2
-
setIdFlexophorePoint2
public void setIdFlexophorePoint2(int idFlexophorePoint2)
- Parameters:
idFlexophorePoint2- the idFlexophorePoint2 to set
-
-