owltools.ontologyrelease.reports
Class OBOTermsIdsReport

java.lang.Object
  extended by owltools.ontologyrelease.reports.OntologyReportGenerator.AbstractReport
      extended by owltools.ontologyrelease.reports.OBOTermsIdsReport
All Implemented Interfaces:
OntologyReportGenerator.OntologyReport

public class OBOTermsIdsReport
extends OntologyReportGenerator.AbstractReport

OntologyReportGenerator.OntologyReport for identifiers and labels of all GeneOntology terms.


Constructor Summary
OBOTermsIdsReport(OWLGraphWrapper graph)
           
OBOTermsIdsReport(String filePrefix)
           
OBOTermsIdsReport(String filePrefix, String fileHeader)
           
 
Method Summary
protected  String getFileHeader()
           
 String getReportFileName()
          Get the target file name for this report.
 void handleTerm(PrintWriter writer, org.semanticweb.owlapi.model.OWLClass owlClass, OWLGraphWrapper graph)
          Handle an OWLObject during the report.
 
Methods inherited from class owltools.ontologyrelease.reports.OntologyReportGenerator.AbstractReport
end, getReportSubFolderName, start, writeTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBOTermsIdsReport

public OBOTermsIdsReport(OWLGraphWrapper graph)

OBOTermsIdsReport

public OBOTermsIdsReport(String filePrefix)

OBOTermsIdsReport

public OBOTermsIdsReport(String filePrefix,
                         String fileHeader)
Method Detail

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-2011. All Rights Reserved.