|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jniinchi.JniInchiInputInchi
public class JniInchiInputInchi
Encapsulates input for InChI to structure conversion.
Field Summary | |
---|---|
protected String |
inchiString
InChI ASCIIZ string to be converted to a strucure |
protected String |
options
InChI options: space-delimited |
Constructor Summary | |
---|---|
JniInchiInputInchi(String inchi)
Constructor. |
|
JniInchiInputInchi(String inchi,
List opts)
Constructor. |
|
JniInchiInputInchi(String inchi,
String opts)
Constructor. |
Method Summary | |
---|---|
String |
getInchi()
Returns options string. |
String |
getOptions()
Returns options string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String inchiString
protected String options
Constructor Detail |
---|
public JniInchiInputInchi(String inchi)
inchi
- InChI stringopts
- Optionspublic JniInchiInputInchi(String inchi, String opts) throws JniInchiException
inchi
- InChI stringopts
- Options
JniInchiException
public JniInchiInputInchi(String inchi, List opts) throws JniInchiException
inchi
- InChI stringopts
- Options
JniInchiException
Method Detail |
---|
public String getOptions()
public String getInchi()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |