Class PharmacophoreCalculator
- java.lang.Object
-
- com.actelion.research.chem.phesa.pharmacophore.PharmacophoreCalculator
-
public class PharmacophoreCalculator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intACCEPTOR_IDstatic intAROM_IDstatic intAROM_RING_IDstatic intCHARGE_NEG_IDstatic intCHARGE_POS_IDstatic intDONOR_IDstatic intEXIT_VECTOR_IDstatic intLIPO_IDstatic intMAX_ID
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<IPharmacophorePoint>getPharmacophorePoints(StereoMolecule mol)static booleanisAcceptor(StereoMolecule mol, int a)static booleanisDonorHeavyAtom(StereoMolecule mol, int d)static booleanisDonorHydrogen(StereoMolecule mol, int h)
-
-
-
Field Detail
-
ACCEPTOR_ID
public static final int ACCEPTOR_ID
- See Also:
- Constant Field Values
-
DONOR_ID
public static final int DONOR_ID
- See Also:
- Constant Field Values
-
CHARGE_NEG_ID
public static final int CHARGE_NEG_ID
- See Also:
- Constant Field Values
-
CHARGE_POS_ID
public static final int CHARGE_POS_ID
- See Also:
- Constant Field Values
-
AROM_ID
public static final int AROM_ID
- See Also:
- Constant Field Values
-
LIPO_ID
public static final int LIPO_ID
- See Also:
- Constant Field Values
-
AROM_RING_ID
public static final int AROM_RING_ID
- See Also:
- Constant Field Values
-
EXIT_VECTOR_ID
public static final int EXIT_VECTOR_ID
- See Also:
- Constant Field Values
-
MAX_ID
public static final int MAX_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPharmacophorePoints
public static java.util.List<IPharmacophorePoint> getPharmacophorePoints(StereoMolecule mol)
-
isAcceptor
public static boolean isAcceptor(StereoMolecule mol, int a)
-
isDonorHydrogen
public static boolean isDonorHydrogen(StereoMolecule mol, int h)
-
isDonorHeavyAtom
public static boolean isDonorHeavyAtom(StereoMolecule mol, int d)
-
-