|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface OntologyReportGenerator.OntologyReport
Ontology report to be run with the OntologyReportGenerator
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |