Interface OutputFileFormat


public interface OutputFileFormat
Simple POJO to define some properties of files read after an Ampl solve
Author:
Nicolas Pierre <[email protected]>
  • Method Details

    • getTokenSeparator

      String getTokenSeparator()
      Returns:
      regex string that will be used to separate tokens
    • getFileExtension

      String getFileExtension()
    • getFileEncoding

      Charset getFileEncoding()
    • getDefault

      static OutputFileFormat getDefault()
      Token separator : "( )+"

      File extension : txt

      Encoding : UTF-8