Class FlexophoreCreateFunctions
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.generator.FlexophoreCreateFunctions
-
public class FlexophoreCreateFunctions extends java.lang.Object
FlexophoreCreateFunctionsCopyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Jan 7, 2013 MvK Start implementation Mar 01 2016 new Flexophore.
- Author:
- Modest von Korff
-
-
Constructor Summary
Constructors Constructor Description FlexophoreCreateFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MolDistHistViz
create(IDCodeCoord idcodeCoord)
static MolDistHistViz
create(java.lang.String idcode)
static MolDistHistViz
create(java.lang.String idcode, java.lang.String coord)
static MolDistHistViz
createDescriptor(StereoMolecule mol)
-
-
-
Method Detail
-
create
public static MolDistHistViz create(java.lang.String idcode) throws UnparametrizedAtomTypeException
- Throws:
UnparametrizedAtomTypeException
-
create
public static MolDistHistViz create(java.lang.String idcode, java.lang.String coord) throws UnparametrizedAtomTypeException
- Throws:
UnparametrizedAtomTypeException
-
create
public static MolDistHistViz create(IDCodeCoord idcodeCoord) throws UnparametrizedAtomTypeException
- Throws:
UnparametrizedAtomTypeException
-
createDescriptor
public static MolDistHistViz createDescriptor(StereoMolecule mol)
-
-