tools.moltyping.pharmacophore
Class PotentialPharmacophorePointPair
java.lang.Object
tools.moltyping.pharmacophore.PotentialPharmacophorePointPair
public class PotentialPharmacophorePointPair
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
PotentialPharmacophorePointPair
public PotentialPharmacophorePointPair(PotentialPharmacophorePoint ppp1,
int atomIndex1,
PotentialPharmacophorePoint ppp2,
int atomIndex2)
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in class java.lang.Object
getFirstPPP
public PotentialPharmacophorePoint getFirstPPP()
getSecondPPP
public PotentialPharmacophorePoint getSecondPPP()
getDistance
public int getDistance()
setDistance
public void setDistance(int distance)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object