Class ReportGeneratorHTML

java.lang.Object
edu.kit.mcda.helper.AbstractReportGenerator
edu.kit.mcda.helper.ReportGeneratorHTML

public class ReportGeneratorHTML extends AbstractReportGenerator
Class to manage all the meta data of an alternative.
Author:
Tim Mueller
  • Constructor Details

    • ReportGeneratorHTML

      public ReportGeneratorHTML(MCDA_GUI _main)
      Constructor of Report Generator Calls preInit(), init() and postInit();
      Parameters:
      _main - the bridge to the main application providing data for the generator
  • Method Details

    • createReport

      public String createReport(AbstractReportGenerator.Section... _sections)
      Create a report in HTML format.
      Parameters:
      _sections - list of requested sections in the report
      Returns:
      a string containing a report in HTML format
    • createReport

      public String createReport(ArrayList<AbstractReportGenerator.Section> _sections)
      Create a report in HTML format.
      Parameters:
      _sections - list of requested sections in the report
      Returns:
      a string containing a report in HTML format