Class ChargePoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.pp.ChargePoint
-
- All Implemented Interfaces:
IPharmacophorePoint
public class ChargePoint extends java.lang.Object implements IPharmacophorePoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.actelion.research.chem.phesa.pharmacophore.pp.IPharmacophorePoint
IPharmacophorePoint.Functionality
-
-
Constructor Summary
Constructors Constructor Description ChargePoint(ChargePoint cP)ChargePoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int charge)
-
Method Summary
-
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.pp.IPharmacophorePoint
applyTransformation
-
-
-
-
Constructor Detail
-
ChargePoint
public ChargePoint(StereoMolecule mol, int a, java.util.List<java.lang.Integer> neighbours, int charge)
-
ChargePoint
public ChargePoint(ChargePoint cP)
-
-
Method Detail
-
getCenter
public Coordinates getCenter()
- Specified by:
getCenterin interfaceIPharmacophorePoint
-
updateCoordinates
public void updateCoordinates(Coordinates[] coords)
- Specified by:
updateCoordinatesin interfaceIPharmacophorePoint
-
getDirectionality
public Coordinates getDirectionality()
- Specified by:
getDirectionalityin interfaceIPharmacophorePoint
-
getRotatedDirectionality
public Coordinates getRotatedDirectionality(double[][] rotMatrix, double scaleFactor)
- Specified by:
getRotatedDirectionalityin interfaceIPharmacophorePoint
-
fromString
public static ChargePoint fromString(java.lang.String ppString, StereoMolecule mol)
-
encode
public java.lang.String encode()
- Specified by:
encodein interfaceIPharmacophorePoint
-
getSimilarity
public double getSimilarity(IPharmacophorePoint pp)
- Specified by:
getSimilarityin interfaceIPharmacophorePoint
-
getCenterID
public int getCenterID()
- Specified by:
getCenterIDin interfaceIPharmacophorePoint
-
setCenterID
public void setCenterID(int centerID)
- Specified by:
setCenterIDin interfaceIPharmacophorePoint
-
setDirectionality
public void setDirectionality(Coordinates directionality)
- Specified by:
setDirectionalityin interfaceIPharmacophorePoint
-
getCharge
public int getCharge()
-
updateAtomIndeces
public void updateAtomIndeces(int[] map)
- Specified by:
updateAtomIndecesin interfaceIPharmacophorePoint
-
copyPharmacophorePoint
public IPharmacophorePoint copyPharmacophorePoint()
- Specified by:
copyPharmacophorePointin interfaceIPharmacophorePoint
-
getDirectionalityDerivativeCartesian
public void getDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)- Specified by:
getDirectionalityDerivativeCartesianin interfaceIPharmacophorePoint
-
getVectorSimilarity
public double getVectorSimilarity(IPharmacophorePoint pp2, Coordinates directionalityMod)
- Specified by:
getVectorSimilarityin interfaceIPharmacophorePoint
-
getVectorSimilarity
public double getVectorSimilarity(IPharmacophorePoint pp2)
- Specified by:
getVectorSimilarityin interfaceIPharmacophorePoint
-
getFunctionalityIndex
public int getFunctionalityIndex()
- Specified by:
getFunctionalityIndexin interfaceIPharmacophorePoint
-
getChargeAtom
public int getChargeAtom()
-
setChargeAtom
public void setChargeAtom(int chargeAtom)
-
getNeighbours
public java.util.List<java.lang.Integer> getNeighbours()
-
setNeighbours
public void setNeighbours(java.util.List<java.lang.Integer> neighbours)
-
-