Class RXNFileCreator


  • public class RXNFileCreator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RXN_CODE_TAG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRXNfile()  
      void writeRXNfile​(java.io.Writer theWriter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RXNFileCreator

        public RXNFileCreator​(Reaction rxn)
      • RXNFileCreator

        public RXNFileCreator​(Reaction r,
                              java.lang.String programName)
    • Method Detail

      • getRXNfile

        public java.lang.String getRXNfile()
      • writeRXNfile

        public void writeRXNfile​(java.io.Writer theWriter)
                          throws java.io.IOException
        Throws:
        java.io.IOException