Uses of Class
net.sf.jniinchi.INCHI_PARITY
-
-
Uses of INCHI_PARITY in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_PARITY Modifier and Type Field Description private INCHI_PARITY
JniInchiStereo0D. disconParity
Second parity (for disconnected systems).private INCHI_PARITY
JniInchiStereo0D. parity
Parity.Methods in net.sf.jniinchi that return INCHI_PARITY Modifier and Type Method Description INCHI_PARITY
JniInchiStereo0D. getDisconnectedParity()
Returns disconnected parity.INCHI_PARITY
JniInchiStereo0D. getParity()
Returns parity.static INCHI_PARITY
INCHI_PARITY. getValue(int parity)
static INCHI_PARITY
INCHI_PARITY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_PARITY[]
INCHI_PARITY. 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_PARITY Modifier and Type Method Description static JniInchiStereo0D
JniInchiStereo0D. createNewDoublebondStereo0D(JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_PARITY parity)
Convenience method for generating 0D stereo parities at stereogenic double bonds.static JniInchiStereo0D
JniInchiStereo0D. createNewTetrahedralStereo0D(JniInchiAtom atC, JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_PARITY parity)
Convenience method for generating 0D stereo parities at tetrahedral atom centres.void
JniInchiStereo0D. setDisconnectedParity(INCHI_PARITY parity)
Set second parity (for disconnected systems)Constructors in net.sf.jniinchi with parameters of type INCHI_PARITY Constructor Description JniInchiStereo0D(JniInchiAtom atC, JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_STEREOTYPE type, INCHI_PARITY parity)
Constructor.
-