Class AtomTypeMap
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.generator.AtomTypeMap
-
public class AtomTypeMap extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAtomType(int index)
int
getIndex(int atomType)
static AtomTypeMap
getInstance()
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
getIndex
public int getIndex(int atomType)
-
getAtomType
public int getAtomType(int index)
-
getInstance
public static AtomTypeMap getInstance()
-
main
public static void main(java.lang.String[] args)
-
-