Class DonorPoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.DonorPoint
-
- All Implemented Interfaces:
IPharmacophorePoint
public class DonorPoint extends java.lang.Object implements IPharmacophorePoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.actelion.research.chem.phesa.pharmacophore.IPharmacophorePoint
IPharmacophorePoint.Functionality
-
-
Constructor Summary
Constructors Constructor Description DonorPoint(DonorPoint dP)
DonorPoint(StereoMolecule mol, int d, int h, int interactionClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPharmacophorePoint
copyPharmacophorePoint()
java.lang.String
encode()
static DonorPoint
fromString(java.lang.String ppString, StereoMolecule mol)
Coordinates
getCenter()
int
getCenterID()
Coordinates
getDirectionality()
void
getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
int
getFunctionalityIndex()
int
getInteractionClass()
double
getSimilarity(IPharmacophorePoint pp)
void
setDirectionality(Coordinates directionality)
void
updateAtomIndeces(int[] map)
void
updateCoordinates(Conformer conf)
void
updateCoordinates(StereoMolecule mol)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.actelion.research.chem.phesa.pharmacophore.IPharmacophorePoint
getVectorSimilarity, getVectorSimilarity
-
-
-
-
Constructor Detail
-
DonorPoint
public DonorPoint(StereoMolecule mol, int d, int h, int interactionClass)
-
DonorPoint
public DonorPoint(DonorPoint dP)
-
-
Method Detail
-
fromString
public static DonorPoint fromString(java.lang.String ppString, StereoMolecule mol)
-
updateCoordinates
public void updateCoordinates(StereoMolecule mol)
- Specified by:
updateCoordinates
in interfaceIPharmacophorePoint
-
updateCoordinates
public void updateCoordinates(Conformer conf)
- Specified by:
updateCoordinates
in interfaceIPharmacophorePoint
-
getCenter
public Coordinates getCenter()
- Specified by:
getCenter
in interfaceIPharmacophorePoint
-
getDirectionality
public Coordinates getDirectionality()
- Specified by:
getDirectionality
in interfaceIPharmacophorePoint
-
encode
public java.lang.String encode()
- Specified by:
encode
in interfaceIPharmacophorePoint
-
getSimilarity
public double getSimilarity(IPharmacophorePoint pp)
- Specified by:
getSimilarity
in interfaceIPharmacophorePoint
-
getInteractionClass
public int getInteractionClass()
-
getCenterID
public int getCenterID()
- Specified by:
getCenterID
in interfaceIPharmacophorePoint
-
setDirectionality
public void setDirectionality(Coordinates directionality)
- Specified by:
setDirectionality
in interfaceIPharmacophorePoint
-
updateAtomIndeces
public void updateAtomIndeces(int[] map)
- Specified by:
updateAtomIndeces
in interfaceIPharmacophorePoint
-
copyPharmacophorePoint
public IPharmacophorePoint copyPharmacophorePoint()
- Specified by:
copyPharmacophorePoint
in interfaceIPharmacophorePoint
-
getDirectionalityDerivativeCartesian
public void getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)
- Specified by:
getDirectionalityDerivativeCartesian
in interfaceIPharmacophorePoint
-
getFunctionalityIndex
public int getFunctionalityIndex()
- Specified by:
getFunctionalityIndex
in interfaceIPharmacophorePoint
-
-