java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.Evaluator
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.visualization.resultspage.ResultsPageLatex

public class ResultsPageLatex extends Evaluator
Results page generator in Latex.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • velocityEngine

      protected org.apache.velocity.app.VelocityEngine velocityEngine
    • resultsPageUtil

      protected ResultsPageUtil resultsPageUtil
  • Constructor Details

  • Method Details

    • writeResultsToDirectory

      protected void writeResultsToDirectory(File baseDirectory)
      Specified by:
      writeResultsToDirectory in class Evaluator
    • writeToFile

      public void writeToFile(File htmlFile)
      Writes the HTML content to one file. This includes also the data (csv) which is included in the HTML file. This HTML file can be opened directly by a browser.
      Parameters:
      htmlFile - the file where all html data should be written to