owltools.ontologyrelease.reports
Class ObsoletesInExactReport
java.lang.Object
owltools.ontologyrelease.reports.OntologyReportGenerator.AbstractReport
owltools.ontologyrelease.reports.ObsoletesInExactReport
- All Implemented Interfaces:
- OntologyReportGenerator.OntologyReport
public class ObsoletesInExactReport
- extends OntologyReportGenerator.AbstractReport
OntologyReportGenerator.OntologyReport
for obsolete terms with possible replacements (consider)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObsoletesInExactReport
public ObsoletesInExactReport(OWLGraphWrapper graph)
- Parameters:
graph
-
ObsoletesInExactReport
public ObsoletesInExactReport(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.