Uses of Class
net.sf.jniinchi.INCHI_BOND_STEREO
-
-
Uses of INCHI_BOND_STEREO in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_BOND_STEREO Modifier and Type Field Description private INCHI_BOND_STEREO
JniInchiBond. stereo
Bond 2D stereo definition.Methods in net.sf.jniinchi that return INCHI_BOND_STEREO Modifier and Type Method Description INCHI_BOND_STEREO
JniInchiBond. getBondStereo()
Returns bond stereochemistry.static INCHI_BOND_STEREO
INCHI_BOND_STEREO. getValue(int bster)
static INCHI_BOND_STEREO
INCHI_BOND_STEREO. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_BOND_STEREO[]
INCHI_BOND_STEREO. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jniinchi with parameters of type INCHI_BOND_STEREO Modifier and Type Method Description void
JniInchiBond. setStereoDefinition(INCHI_BOND_STEREO stereo)
Set 2D stereo definition.Constructors in net.sf.jniinchi with parameters of type INCHI_BOND_STEREO Constructor Description JniInchiBond(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type, INCHI_BOND_STEREO stereo)
Create bond.
-