Class FlexophoreCreateFunctions
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.generator.FlexophoreCreateFunctions
-
public class FlexophoreCreateFunctions extends java.lang.ObjectFlexophoreCreateFunctionsCopyright: 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 MolDistHistVizcreate(IDCodeCoord idcodeCoord)static MolDistHistVizcreate(java.lang.String idcode)static MolDistHistVizcreate(java.lang.String idcode, java.lang.String coord)static MolDistHistVizcreateDescriptor(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)
-
-