public class ValenceModel extends Object
Modifier and Type | Field and Description |
---|---|
static ValenceModel |
MDL_2017 |
static ValenceModel |
MDL_Pre2017 |
OrderedMap<Element,OrderedMap<Integer,int[]>> |
mValenceValueMap |
Modifier and Type | Method and Description |
---|---|
int |
calculateImplicitHCount(Atom inAtom) |
int[] |
getValences(Element inElement,
int inCharge)
Returns the values for the number of valence electrons for the element with
the specified charge.
|
public OrderedMap<Element,OrderedMap<Integer,int[]>> mValenceValueMap
public static final ValenceModel MDL_Pre2017
public static final ValenceModel MDL_2017
public int[] getValences(Element inElement, int inCharge)
public int calculateImplicitHCount(Atom inAtom)
jataylor@hairyfatguy.com