Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.gui | |
at.tuwien.ifs.somtoolbox.reportgenerator.output |
Modifier and Type | Field and Description |
---|---|
private EditableReportProperties |
SemanticInterpreterGrid.EP |
private EditableReportProperties |
DatasetInformation.EP |
Modifier and Type | Method and Description |
---|---|
EditableReportProperties |
DatasetInformation.getEP()
Returns the Editable Report Properties for the Semantic Report
|
Modifier and Type | Method and Description |
---|---|
boolean |
SemanticClass.matchesCompactnessRequirements(EditableReportProperties EP)
Return true, if the Class matches the wanted compactness in the region index
|
Constructor and Description |
---|
DatasetInformation(Vector<Integer> selectedIndices,
String inputDataFilename,
String tvFilename,
String classInformationFile,
EditableReportProperties EP)
creates a new object storing information about a given dataset
|
DatasetInformation(Vector<Integer> selectedIndices,
String inputDataFilename,
String tvFilename,
String classInformationFile,
EditableReportProperties EP,
CommonSOMViewerStateData state) |
Modifier and Type | Field and Description |
---|---|
private EditableReportProperties |
ReportGenWindow.EP |
Modifier and Type | Method and Description |
---|---|
private EditableReportProperties |
ReportGenWindow.readEditableProperties()
Reads the options
|
Modifier and Type | Field and Description |
---|---|
private EditableReportProperties |
SOMDescriptionHTML.EP |
private EditableReportProperties |
OutputReportHtml.EP |
Constructor and Description |
---|
OutputReportHtml(String outputDir,
EditableReportProperties EP)
Creates a new Object to finally print the report in HTML
|
SOMDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String baseDir,
EditableReportProperties EP)
creates a new instance
|
SOMGGDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP) |
SOMGHSOMDescriptionHTML(ReportFileWriter writer,
DatasetInformation dataset,
TestRunResult testrun,
String imgDir,
EditableReportProperties EP) |