| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
ITetrahedralChirality.Stereo |
ITetrahedralChirality.getStereo()
Defines the stereochemistry around the chiral atom.
|
ITetrahedralChirality.Stereo |
ITetrahedralChirality.Stereo.invert()
Invert this conformation, inv(clockwise) = anti_clockwise,
inv(anti_clockwise) = clockwise.
|
static ITetrahedralChirality.Stereo |
ITetrahedralChirality.Stereo.toStereo(int cfg) |
static ITetrahedralChirality.Stereo |
ITetrahedralChirality.Stereo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITetrahedralChirality.Stereo[] |
ITetrahedralChirality.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 |
ITetrahedralChirality.setStereo(ITetrahedralChirality.Stereo stereo)
Set the stereochemistry of this tetrahedral centre.
|
static int |
ITetrahedralChirality.Stereo.toConfig(ITetrahedralChirality.Stereo stereo) |
Copyright © 2017. All rights reserved.