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_PARITYJniInchiStereo0D.disconParitySecond parity (for disconnected systems).private INCHI_PARITYJniInchiStereo0D.parityParity.Methods in net.sf.jniinchi that return INCHI_PARITYModifier and TypeMethodDescriptionJniInchiStereo0D.getDisconnectedParity()Returns disconnected parity.JniInchiStereo0D.getParity()Returns parity.static INCHI_PARITYINCHI_PARITY.getValue(int parity) static INCHI_PARITYReturns 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 JniInchiStereo0DJniInchiStereo0D.createNewDoublebondStereo0D(JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_PARITY parity) Convenience method for generating 0D stereo parities at stereogenic double bonds.static JniInchiStereo0DJniInchiStereo0D.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.voidJniInchiStereo0D.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.