Uses of Class
com.actelion.research.chem.CanonizerUtil.IDCODE_TYPE
-
Packages that use CanonizerUtil.IDCODE_TYPE Package Description com.actelion.research.chem -
-
Uses of CanonizerUtil.IDCODE_TYPE in com.actelion.research.chem
Methods in com.actelion.research.chem that return CanonizerUtil.IDCODE_TYPE Modifier and Type Method Description static CanonizerUtil.IDCODE_TYPE
CanonizerUtil.IDCODE_TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CanonizerUtil.IDCODE_TYPE[]
CanonizerUtil.IDCODE_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.actelion.research.chem with parameters of type CanonizerUtil.IDCODE_TYPE Modifier and Type Method Description static long
CanonizerUtil. getHash(StereoMolecule m, CanonizerUtil.IDCODE_TYPE type, boolean largestFragmentOnly)
static java.lang.String
CanonizerUtil. getIDCode(StereoMolecule mol, CanonizerUtil.IDCODE_TYPE type, boolean largestFragmentOnly)
Generates an IDCODE for a defined and simplified state of a given molecule.
-