public class Transformations extends Object
| Constructor and Description |
|---|
Transformations() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addExplcitHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH) |
static void |
fixSHValence7Atoms(org.openscience.cdk.interfaces.IAtomContainer mol) |
static void |
main(String[] args)
CC1CN(CC(O1)C)C2=NC3=CC=CC=C3N=C2C(C#N)S(=O)(=O)C4=CC=CC(=C4)C
|
static void |
process(org.openscience.cdk.interfaces.IAtomContainer mol) |
static int |
removeExplcitHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH) |
static void |
setAtomHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH,
SmartsConst.HandleHAtoms hTransformMode) |
public static void fixSHValence7Atoms(org.openscience.cdk.interfaces.IAtomContainer mol)
public static void setAtomHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH,
SmartsConst.HandleHAtoms hTransformMode)
public static void addExplcitHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH)
public static int removeExplcitHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer target,
int numH)
public static void process(org.openscience.cdk.interfaces.IAtomContainer mol)
throws Exception
Exceptionpublic static void main(String[] args)
args - Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.