public static interface OntologyReportGenerator.OntologyReport
OntologyReportGenerator
.Modifier and Type | Method and Description |
---|---|
void |
end(PrintWriter writer,
OWLGraphWrapper graph)
End the report.
|
String |
getReportFileName()
Get the target file name for this report.
|
String |
getReportSubFolderName()
Get the sub folder name for the report
|
void |
handleTerm(PrintWriter writer,
org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph)
Handle an
OWLObject during the report. |
void |
start(PrintWriter writer,
OWLGraphWrapper graph)
Start the report.
|
String getReportSubFolderName()
String getReportFileName()
void start(PrintWriter writer, OWLGraphWrapper graph) throws IOException
writer
- graph
- IOException
void handleTerm(PrintWriter writer, org.semanticweb.owlapi.model.OWLClass owlClass, OWLGraphWrapper graph) throws IOException
OWLObject
during the report.writer
- owlClass
- graph
- IOException
void end(PrintWriter writer, OWLGraphWrapper graph) throws IOException
writer
- graph
- IOException
Copyright © 2010–2016. All rights reserved.