| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IBond.Stereo |
IBond.getStereo()
Returns the stereo descriptor for this bond.
|
static IBond.Stereo |
IBond.Stereo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBond.Stereo[] |
IBond.Stereo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainer.addBond(int atom1,
int atom2,
IBond.Order order,
IBond.Stereo stereo)
Adds a bond to this container.
|
void |
IBond.setStereo(IBond.Stereo stereo)
Sets the stereo descriptor for this bond.
|
Copyright © 2017. All rights reserved.