Uses of Enum Class
net.sf.jniinchi.INCHI_PARITY
-
Uses of INCHI_PARITY in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_PARITYModifier and TypeFieldDescriptionprivate INCHI_PARITY
JniInchiStereo0D.disconParity
Second parity (for disconnected systems).private INCHI_PARITY
JniInchiStereo0D.parity
Parity.Methods in net.sf.jniinchi that return INCHI_PARITYModifier and TypeMethodDescriptionJniInchiStereo0D.getDisconnectedParity()
Returns disconnected parity.JniInchiStereo0D.getParity()
Returns parity.static INCHI_PARITY
INCHI_PARITY.getValue
(int parity) static INCHI_PARITY
Returns the enum constant of this class with the specified name.static INCHI_PARITY[]
INCHI_PARITY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sf.jniinchi with parameters of type INCHI_PARITYModifier and TypeMethodDescriptionstatic 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_PARITYModifierConstructorDescriptionJniInchiStereo0D
(JniInchiAtom atC, JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_STEREOTYPE type, INCHI_PARITY parity) Constructor.