Class JniInchiInputInchi


  • public class JniInchiInputInchi
    extends java.lang.Object
    Encapsulates input for InChI to structure conversion.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String inchiString
      InChI ASCIIZ string to be converted to a strucure
      protected java.lang.String options
      InChI options: space-delimited
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInchi()
      Returns options string.
      java.lang.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

      • inchiString

        protected java.lang.String inchiString
        InChI ASCIIZ string to be converted to a strucure
      • options

        protected java.lang.String options
        InChI options: space-delimited
    • Constructor Detail

      • JniInchiInputInchi

        public JniInchiInputInchi​(java.lang.String inchi)
        Constructor.
        Parameters:
        inchi - InChI string
      • JniInchiInputInchi

        public JniInchiInputInchi​(java.lang.String inchi,
                                  java.lang.String opts)
                           throws JniInchiException
        Constructor.
        Parameters:
        inchi - InChI string
        opts - Options
        Throws:
        JniInchiException
    • Method Detail

      • getOptions

        public java.lang.String getOptions()
        Returns options string.
        Returns:
      • getInchi

        public java.lang.String getInchi()
        Returns options string.
        Returns: