Package org.openscience.cdk.tools
Class CDKUtilities
- java.lang.Object
-
- org.openscience.cdk.tools.CDKUtilities
-
@Deprecated public class CDKUtilities extends Object
Deprecated.better accomplished with SMARTS patterns or simple REGEXUtility class written by Todd Martin, for help in his QSAR descriptors and SMILES parser. Seems to have overlap with, at least, cdk.normalize.Normalizer.TODO: merge with Normalizer.
- Author:
- Todd Martin
- See Also:
Normalizer
- Source code:
- main
- Belongs to CDK module:
- extra
-
-
Constructor Summary
Constructors Constructor Description CDKUtilities()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
fixAromaticityForXLogP(IAtomContainer m)
Deprecated.static boolean
fixNitroGroups2(IAtomContainer m)
Deprecated.static String
fixSmiles(String Smiles)
Deprecated.static void
fixSulphurH(IAtomContainer m)
Deprecated.
-
-
-
Method Detail
-
fixNitroGroups2
public static boolean fixNitroGroups2(IAtomContainer m)
Deprecated.
-
fixAromaticityForXLogP
public static void fixAromaticityForXLogP(IAtomContainer m)
Deprecated.
-
fixSulphurH
public static void fixSulphurH(IAtomContainer m)
Deprecated.
-
-