|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jniinchi.JniInchiBond
public class JniInchiBond
Encapsulates properties of InChI Bond. See inchi_api.h.
Constructor Summary | |
---|---|
JniInchiBond(JniInchiAtom atO,
JniInchiAtom atT,
INCHI_BOND_TYPE type)
Create bond. |
|
JniInchiBond(JniInchiAtom atO,
JniInchiAtom atT,
INCHI_BOND_TYPE type,
INCHI_BOND_STEREO stereo)
Create bond. |
Method Summary | |
---|---|
void |
debug()
Outputs information on bond, for debugging purposes. |
INCHI_BOND_STEREO |
getBondStereo()
Returns bond stereochemistry. |
INCHI_BOND_TYPE |
getBondType()
Returns bond type. |
String |
getDebugString()
Generates string representation of information on bond, for debugging purposes. |
JniInchiAtom |
getOriginAtom()
Returns atom at bond origin. |
JniInchiAtom |
getTargetAtom()
Returns atom at bond target. |
void |
setStereoDefinition(INCHI_BOND_STEREO stereo)
Set 2D stereo definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JniInchiBond(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type, INCHI_BOND_STEREO stereo)
atO
- Origin atomatT
- Target atomtype
- Bond typestereo
- Bond 2D stereo definitionpublic JniInchiBond(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type)
atO
- Origin atomatT
- Target atomtype
- Bond typeMethod Detail |
---|
public void setStereoDefinition(INCHI_BOND_STEREO stereo)
stereo
- Bond 2D stereo definitionpublic JniInchiAtom getOriginAtom()
public JniInchiAtom getTargetAtom()
public INCHI_BOND_TYPE getBondType()
public INCHI_BOND_STEREO getBondStereo()
public String getDebugString()
public void debug()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |