at.tuwien.ifs.somtoolbox.reportgenerator
Class ReportGenerator
java.lang.Object
at.tuwien.ifs.somtoolbox.reportgenerator.ReportGenerator
public class ReportGenerator
- extends Object
- Version:
- $Id: ReportGenerator.java 3589 2010-05-21 10:42:01Z mayer $
- Author:
- Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_REPORT
public static final int HTML_REPORT
- See Also:
- Constant Field Values
LATEX_REPORT
public static final int LATEX_REPORT
- See Also:
- Constant Field Values
ReportGenerator
public ReportGenerator(boolean standalone,
CommonSOMViewerStateData state)
ReportGenerator
public ReportGenerator(boolean standalone,
CommonSOMViewerStateData state,
String outputFile,
String propertiesFile)
main
public static void main(String[] args)
throws FileNotFoundException,
SOMLibFileFormatException
- the main method if the report generator is called as a stand alone application
- Throws:
FileNotFoundException
- if a file could not be found.
SOMLibFileFormatException
createReport
public void createReport(int type,
String outputDirectory,
DatasetInformation datasetInfo,
TestRunResultCollection testruns)