Class AcceptorPoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.AcceptorPoint
-
- All Implemented Interfaces:
IPharmacophorePoint
public class AcceptorPoint 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 AcceptorPoint(AcceptorPoint aP)AcceptorPoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int interactionClass)AcceptorPoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int interactionClass, int acceptorID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPharmacophorePointcopyPharmacophorePoint()java.lang.Stringencode()static AcceptorPointfromString(java.lang.String ppString, StereoMolecule mol)intgetAcceptorID()CoordinatesgetCenter()intgetCenterID()CoordinatesgetDirectionality()voidgetDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)intgetFunctionalityIndex()intgetInteractionClass()doublegetSimilarity(IPharmacophorePoint pp)voidsetDirectionality(Coordinates directionality)voidupdateAtomIndeces(int[] map)voidupdateCoordinates(Conformer conf)voidupdateCoordinates(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
-
AcceptorPoint
public AcceptorPoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int interactionClass)
-
AcceptorPoint
public AcceptorPoint(AcceptorPoint aP)
-
AcceptorPoint
public AcceptorPoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int interactionClass, int acceptorID)
-
-
Method Detail
-
fromString
public static AcceptorPoint fromString(java.lang.String ppString, StereoMolecule mol)
-
updateCoordinates
public void updateCoordinates(StereoMolecule mol)
- Specified by:
updateCoordinatesin interfaceIPharmacophorePoint
-
updateCoordinates
public void updateCoordinates(Conformer conf)
- Specified by:
updateCoordinatesin interfaceIPharmacophorePoint
-
getCenter
public Coordinates getCenter()
- Specified by:
getCenterin interfaceIPharmacophorePoint
-
getDirectionality
public Coordinates getDirectionality()
- Specified by:
getDirectionalityin interfaceIPharmacophorePoint
-
encode
public java.lang.String encode()
- Specified by:
encodein interfaceIPharmacophorePoint
-
getSimilarity
public double getSimilarity(IPharmacophorePoint pp)
- Specified by:
getSimilarityin interfaceIPharmacophorePoint
-
getInteractionClass
public int getInteractionClass()
-
getCenterID
public int getCenterID()
- Specified by:
getCenterIDin interfaceIPharmacophorePoint
-
setDirectionality
public void setDirectionality(Coordinates directionality)
- Specified by:
setDirectionalityin interfaceIPharmacophorePoint
-
getAcceptorID
public int getAcceptorID()
-
getDirectionalityDerivativeCartesian
public void getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)- Specified by:
getDirectionalityDerivativeCartesianin interfaceIPharmacophorePoint
-
updateAtomIndeces
public void updateAtomIndeces(int[] map)
- Specified by:
updateAtomIndecesin interfaceIPharmacophorePoint
-
copyPharmacophorePoint
public IPharmacophorePoint copyPharmacophorePoint()
- Specified by:
copyPharmacophorePointin interfaceIPharmacophorePoint
-
getFunctionalityIndex
public int getFunctionalityIndex()
- Specified by:
getFunctionalityIndexin interfaceIPharmacophorePoint
-
-