Uses of Class
tools.moltyping.pharmacophore.PotentialPharmacophorePoint

Packages that use PotentialPharmacophorePoint
tools.moltyping   
tools.moltyping.pharmacophore   
 

Uses of PotentialPharmacophorePoint in tools.moltyping
 

Methods in tools.moltyping that return types with arguments of type PotentialPharmacophorePoint
 java.util.HashMap<java.lang.Integer,java.util.Vector<PotentialPharmacophorePoint>> PharmacophorePointAssigner.getPharmacophorePoints(org.openscience.cdk.interfaces.IAtomContainer mol)
          returns a vector of potential pharmacophore points for a molecule
 

Method parameters in tools.moltyping with type arguments of type PotentialPharmacophorePoint
 java.util.HashSet<PotentialPharmacophorePointPair> PharmacophorePointAssigner.assignPairs(org.openscience.cdk.Molecule mol, java.util.HashMap<java.lang.Integer,java.util.Vector<PotentialPharmacophorePoint>> PPPAssignment, int[][] matrix)
           
 

Uses of PotentialPharmacophorePoint in tools.moltyping.pharmacophore
 

Methods in tools.moltyping.pharmacophore that return PotentialPharmacophorePoint
 PotentialPharmacophorePoint PotentialPharmacophorePointPair.getFirstPPP()
           
 PotentialPharmacophorePoint PotentialPharmacophorePointPair.getSecondPPP()
           
 

Methods in tools.moltyping.pharmacophore that return types with arguments of type PotentialPharmacophorePoint
 java.util.ArrayList<PotentialPharmacophorePoint> PPPDefinitionFileReader.readPharmacophoreDefinitions()
           
 

Methods in tools.moltyping.pharmacophore with parameters of type PotentialPharmacophorePoint
 int PotentialPharmacophorePoint.compareTo(PotentialPharmacophorePoint arg0)
           
 

Constructors in tools.moltyping.pharmacophore with parameters of type PotentialPharmacophorePoint
PotentialPharmacophorePointPair(PotentialPharmacophorePoint ppp1, int atomIndex1, PotentialPharmacophorePoint ppp2, int atomIndex2)