@Deprecated public class Normalizer extends Object
| Constructor and Description |
|---|
Normalizer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
normalize(IAtomContainer ac,
Document doc)
Deprecated.
The method takes an XML files like the following:
<replace-set> <replace>O=N=O</replace> <replacement>[O-][N+]=O</replacement> </replace-set> All parts in ac which are the same as replace will be changed according to replacement. |
public static boolean normalize(IAtomContainer ac, Document doc) throws InvalidSmilesException, CDKException
ac - The atomcontainer to normalize.doc - The configuration file.InvalidSmilesException - doc contains an invalid smiles.CDKExceptionCopyright © 2022. All rights reserved.