public class AtomEquivalenceInfo extends Object
Modifier and Type | Field and Description |
---|---|
List<Integer> |
atomLayersCode |
List<org.openscience.cdk.interfaces.IAtom> |
curLayerAtoms |
List<org.openscience.cdk.interfaces.IAtom> |
prevLayerAtoms |
static int |
SHIFT_ATOM_ELEMENT |
static int |
SHIFT_BOND_TYPE |
static int |
SHIFT_INNER_BOND_TYPE |
static int |
SHIFT_ISOTOPE |
static int |
SHIFT_LAYER_AT1 |
static int |
SHIFT_LAYER_AT2 |
static int |
SHIFT_NEG_CHARGE |
static int |
SHIFT_POS_CHARGE |
static int |
SHIFT_TOP_DEGREE |
static int |
SHIFT_TOP_LAYER |
Constructor and Description |
---|
AtomEquivalenceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
firstLayer(org.openscience.cdk.interfaces.IAtomContainer mol) |
static Integer |
getAtomCode(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IBond bond,
int topDegree,
int layerNum) |
static Integer |
getBondCode(org.openscience.cdk.interfaces.IBond bond,
int at1,
int at2,
int layerNum) |
static int[] |
getSortedCodesIndices(int[] codes) |
static int[] |
getSortedCodesIndices(List<Integer> codes) |
void |
initialize(org.openscience.cdk.interfaces.IAtom at) |
void |
initialize(org.openscience.cdk.interfaces.IAtom at,
int numLayers,
org.openscience.cdk.interfaces.IAtomContainer mol) |
void |
nextLayer(org.openscience.cdk.interfaces.IAtomContainer mol) |
void |
processAllLayers(org.openscience.cdk.interfaces.IAtomContainer mol) |
String |
toString() |
public static final int SHIFT_ATOM_ELEMENT
public static final int SHIFT_BOND_TYPE
public static final int SHIFT_TOP_DEGREE
public static final int SHIFT_POS_CHARGE
public static final int SHIFT_NEG_CHARGE
public static final int SHIFT_ISOTOPE
public static final int SHIFT_TOP_LAYER
public static final int SHIFT_LAYER_AT1
public static final int SHIFT_LAYER_AT2
public static final int SHIFT_INNER_BOND_TYPE
public List<org.openscience.cdk.interfaces.IAtom> curLayerAtoms
public List<org.openscience.cdk.interfaces.IAtom> prevLayerAtoms
public void initialize(org.openscience.cdk.interfaces.IAtom at)
public void initialize(org.openscience.cdk.interfaces.IAtom at, int numLayers, org.openscience.cdk.interfaces.IAtomContainer mol)
public void processAllLayers(org.openscience.cdk.interfaces.IAtomContainer mol)
public void firstLayer(org.openscience.cdk.interfaces.IAtomContainer mol)
public void nextLayer(org.openscience.cdk.interfaces.IAtomContainer mol)
public static Integer getAtomCode(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IBond bond, int topDegree, int layerNum)
public static Integer getBondCode(org.openscience.cdk.interfaces.IBond bond, int at1, int at2, int layerNum)
public static int[] getSortedCodesIndices(int[] codes)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.