|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of INCHI_PARITY in net.sf.jniinchi |
---|
Methods in net.sf.jniinchi that return INCHI_PARITY | |
---|---|
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(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 | |
---|---|
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 | |
---|---|
JniInchiStereo0D(JniInchiAtom atC,
JniInchiAtom at0,
JniInchiAtom at1,
JniInchiAtom at2,
JniInchiAtom at3,
INCHI_STEREOTYPE type,
INCHI_PARITY parity)
Constructor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |