Interface SensitivityAnalysisResultExporter

    • Method Detail

      • getFormat

        String getFormat()
        Get the format of this exporter
        Returns:
        the format name of this exporter
      • getComment

        String getComment()
        Get a brief description of this exporter
        Returns:
        a brief description of this exporter
      • export

        void export​(SensitivityAnalysisResult result,
                    Writer writer)
        Export a result of a sensitivity analysis
        Parameters:
        result - The result of the sensitivity analysis
        writer - The writer used for the export