| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IAtomType.Hybridization |
IAtomType.getHybridization()
Returns the hybridization of this atom.
|
static IAtomType.Hybridization |
IAtomType.Hybridization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAtomType.Hybridization[] |
IAtomType.Hybridization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomType.setHybridization(IAtomType.Hybridization hybridization)
Sets the hybridization of this atom.
|
Copyright © 2017. All rights reserved.