Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator.output |
Modifier and Type | Field and Description |
---|---|
protected ReportFileWriter |
SOMDescriptionLATEX.writer
all strings that shall be in the output are sent to this object
|
protected ReportFileWriter |
SOMDescriptionHTML.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.
|
Constructor and Description |
---|
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) |