Package output

Class AbstractOutput

  • All Implemented Interfaces:
    output.InterfaceOutput

    public abstract class AbstractOutput
    extends Object
    implements output.InterfaceOutput
    • Constructor Detail

      • AbstractOutput

        public AbstractOutput​(Scenario scenario,
                              String prefix,
                              String output_folder)
    • Method Detail

      • open

        public void open()
                  throws error.OTMException
        Specified by:
        open in interface output.InterfaceOutput
        Throws:
        error.OTMException
      • close

        public void close()
                   throws error.OTMException
        Specified by:
        close in interface output.InterfaceOutput
        Throws:
        error.OTMException
      • validate_post_init

        public void validate_post_init​(error.OTMErrorLog errorLog)
      • initialize

        public void initialize​(Scenario scenario)
                        throws error.OTMException
        Throws:
        error.OTMException
      • get_output_file

        public String get_output_file()
        Specified by:
        get_output_file in interface output.InterfaceOutput
      • make_time_chart

        public static void make_time_chart​(org.jfree.data.xy.XYSeriesCollection dataset,
                                           String title,
                                           String yaxis_label,
                                           String filename)
                                    throws error.OTMException
        Throws:
        error.OTMException