Uses of Class
at.tuwien.ifs.somtoolbox.reportgenerator.output.ReportFileWriter

Packages that use ReportFileWriter
at.tuwien.ifs.somtoolbox.reportgenerator.output   
 

Uses of ReportFileWriter in at.tuwien.ifs.somtoolbox.reportgenerator.output
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator.output declared as ReportFileWriter
protected  ReportFileWriter SOMDescriptionHTML.writer
          all strings that shall be in the output are sent to this object
protected  ReportFileWriter SOMDescriptionLATEX.writer
          all strings that shall be in the output are sent to this object
private  ReportFileWriter OutputReportLATEX.writer
          handles the actual writing of the output.
private  ReportFileWriter OutputReportHtml.writer
          handles the actual writing of the output.
 

Constructors in at.tuwien.ifs.somtoolbox.reportgenerator.output with parameters of type ReportFileWriter
SOMDescriptionHTML(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String baseDir, EditableReportProperties EP)
          creates a new instance
SOMDescriptionLATEX(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String baseDir)
          creates a new instance
SOMGGDescriptionHTML(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String imgDir, EditableReportProperties EP)
           
SOMGGDescriptionLATEX(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String imgDir)
           
SOMGHSOMDescriptionHTML(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String imgDir, EditableReportProperties EP)
           
SOMGHSOMDescriptionLATEX(ReportFileWriter writer, DatasetInformation dataset, TestRunResult testrun, String imgDir)