owltools.ontologyrelease.reports
Class ObsoletesExactReport
java.lang.Object
owltools.ontologyrelease.reports.OntologyReportGenerator.AbstractReport
owltools.ontologyrelease.reports.ObsoletesExactReport
- All Implemented Interfaces:
- OntologyReportGenerator.OntologyReport
public class ObsoletesExactReport
- extends OntologyReportGenerator.AbstractReport
OntologyReportGenerator.OntologyReport
for obsolete terms with a direct replacement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObsoletesExactReport
public ObsoletesExactReport(OWLGraphWrapper graph)
- Parameters:
graph
-
ObsoletesExactReport
public ObsoletesExactReport(String filePrefix)
- Parameters:
filePrefix
-
getReportFileName
public String getReportFileName()
- Description copied from interface:
OntologyReportGenerator.OntologyReport
- Get the target file name for this report.
- Returns:
- fileName
getFileHeader
protected String getFileHeader()
- Overrides:
getFileHeader
in class OntologyReportGenerator.AbstractReport
handleTerm
public void handleTerm(PrintWriter writer,
org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph)
throws IOException
- Description copied from interface:
OntologyReportGenerator.OntologyReport
- Handle an
OWLObject
during the report.
- Throws:
IOException
Copyright © 2010-2012. All Rights Reserved.