Class RXNFileParser


  • public class RXNFileParser
    extends java.lang.Object
    • Constructor Detail

      • RXNFileParser

        public RXNFileParser()
    • Method Detail

      • getReaction

        public Reaction getReaction​(java.lang.String buffer)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReaction

        public Reaction getReaction​(java.io.File file)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • parse

        public boolean parse​(Reaction theReaction,
                             java.lang.String buffer)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • parse

        public boolean parse​(Reaction theReaction,
                             java.io.File file)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception