tools.moltyping.pharmacophore
Class PotentialPharmacophorePointPair

java.lang.Object
  extended by tools.moltyping.pharmacophore.PotentialPharmacophorePointPair

public class PotentialPharmacophorePointPair
extends java.lang.Object


Constructor Summary
PotentialPharmacophorePointPair(PotentialPharmacophorePoint ppp1, int atomIndex1, PotentialPharmacophorePoint ppp2, int atomIndex2)
           
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 int getDistance()
           
 PotentialPharmacophorePoint getFirstPPP()
           
 PotentialPharmacophorePoint getSecondPPP()
           
 void setDistance(int distance)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PotentialPharmacophorePointPair

public PotentialPharmacophorePointPair(PotentialPharmacophorePoint ppp1,
                                       int atomIndex1,
                                       PotentialPharmacophorePoint ppp2,
                                       int atomIndex2)
Method Detail

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