org.semanticweb.owlapi.io
Class DefaultOntologyFormat

java.lang.Object
  extended by org.semanticweb.owlapi.model.OWLOntologyFormat
      extended by org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
          extended by org.semanticweb.owlapi.io.RDFOntologyFormat
              extended by org.semanticweb.owlapi.io.RDFXMLOntologyFormat
                  extended by org.semanticweb.owlapi.io.DefaultOntologyFormat
All Implemented Interfaces:
PrefixManager

public class DefaultOntologyFormat
extends RDFXMLOntologyFormat

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007


Nested Class Summary
 
Nested classes/interfaces inherited from class org.semanticweb.owlapi.io.RDFOntologyFormat
RDFOntologyFormat.OntologyHeaderStatus, RDFOntologyFormat.ParserMetaData
 
Constructor Summary
DefaultOntologyFormat()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.semanticweb.owlapi.io.RDFXMLOntologyFormat
toString
 
Methods inherited from class org.semanticweb.owlapi.io.RDFOntologyFormat
getParserMetaData, isAddMissingTypes, setAddMissingTypes, setParserMetaData
 
Methods inherited from class org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
clearPrefixes, containsPrefixMapping, copyPrefixesFrom, getDefaultPrefix, getIRI, getPrefix, getPrefixIRI, getPrefixName2PrefixMap, getPrefixNames, setDefaultPrefix, setPrefix
 
Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyFormat
asPrefixOWLOntologyFormat, getParameter, isPrefixOWLOntologyFormat, setParameter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultOntologyFormat

public DefaultOntologyFormat()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OWLOntologyFormat

hashCode

public int hashCode()
Overrides:
hashCode in class OWLOntologyFormat