Class InteractionAtomTypeCalculator
- java.lang.Object
-
- com.actelion.research.chem.interactionstatistics.InteractionAtomTypeCalculator
-
public class InteractionAtomTypeCalculator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInteractionAtomTypeCalculator.AtomFlagCountstatic classInteractionAtomTypeCalculator.AtomPropertyMaskstatic classInteractionAtomTypeCalculator.AtomPropertyShiftstatic classInteractionAtomTypeCalculator.FunctionalGroup
-
Constructor Summary
Constructors Constructor Description InteractionAtomTypeCalculator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetAtomicNumber(int atomType)static intgetAtomType(InteractionAtomTypeCalculator.FunctionalGroup fg, int atomicNo, boolean isAromatic, int hybridization, boolean isStabilized)static intgetAtomType(StereoMolecule mol, int atom)static intgetGenericAcceptor()static intgetGenericDonor()static intgetGenericNegCharge()static intgetGenericPosCharge()static java.lang.StringgetString(int atomType)static booleanisAromatic(int atomType)static booleanisCarbonInteraction(int atomType)static voidsetInteractionTypes(Molecule3D mol)
-
-
-
Method Detail
-
getAtomType
public static int getAtomType(StereoMolecule mol, int atom)
-
getAtomType
public static int getAtomType(InteractionAtomTypeCalculator.FunctionalGroup fg, int atomicNo, boolean isAromatic, int hybridization, boolean isStabilized)
-
getString
public static java.lang.String getString(int atomType)
-
getAtomicNumber
public static int getAtomicNumber(int atomType)
-
isCarbonInteraction
public static boolean isCarbonInteraction(int atomType)
-
isAromatic
public static boolean isAromatic(int atomType)
-
setInteractionTypes
public static void setInteractionTypes(Molecule3D mol)
-
getGenericDonor
public static int getGenericDonor()
-
getGenericAcceptor
public static int getGenericAcceptor()
-
getGenericPosCharge
public static int getGenericPosCharge()
-
getGenericNegCharge
public static int getGenericNegCharge()
-
-