Class ChargePoint
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.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.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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPharmacophorePointcopyPharmacophorePoint()java.lang.Stringencode()static ChargePointfromString(java.lang.String ppString, StereoMolecule mol)CoordinatesgetCenter()intgetCenterID()intgetCharge()intgetChargeAtom()CoordinatesgetDirectionality()voidgetDirectionalityDerivativeCartesian(double[] grad, double[] v, Coordinates di, double sim)intgetFunctionalityIndex()java.util.List<java.lang.Integer>getNeighbours()doublegetSimilarity(IPharmacophorePoint pp)doublegetVectorSimilarity(IPharmacophorePoint pp2)doublegetVectorSimilarity(IPharmacophorePoint pp2, Coordinates directionalityMod)voidsetChargeAtom(int chargeAtom)voidsetDirectionality(Coordinates directionality)voidsetNeighbours(java.util.List<java.lang.Integer> neighbours)voidupdateAtomIndeces(int[] map)voidupdateCoordinates(Conformer conf)voidupdateCoordinates(StereoMolecule mol)
-
-
-
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(StereoMolecule mol)
- Specified by:
updateCoordinatesin interfaceIPharmacophorePoint
-
updateCoordinates
public void updateCoordinates(Conformer conf)
- Specified by:
updateCoordinatesin interfaceIPharmacophorePoint
-
getDirectionality
public Coordinates getDirectionality()
- Specified by:
getDirectionalityin 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
-
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)
-
-