Class Linker
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.entity.Linker
-
public class Linker extends java.lang.Object
LinkerCopyright: 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 void
addOriginalAtomIndex(int atomIndex)
void
addOriginalAtomIndex(int[] arrAtomIndex)
void
calculateHashCode()
boolean
equals(java.lang.Object obj)
byte[]
getDistanceHistogram()
int
getId()
java.lang.String
getIdCode()
int
getIdFlexophorePoint1()
int
getIdFlexophorePoint2()
int[]
getOriginalAtomIndex()
int
hashCode()
void
setDistanceHistogram(byte[] arrDistanceHistogram)
void
setIdCode(java.lang.String idcode)
void
setIdFlexophorePoint1(int idFlexophorePoint1)
void
setIdFlexophorePoint2(int idFlexophorePoint2)
-
-
-
Method Detail
-
calculateHashCode
public void calculateHashCode()
-
getId
public int getId()
- Returns:
- the id
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
equals
in 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
-
-