org.semanticweb.owl.io
Class DefaultOntologyFormat

java.lang.Object
  extended by org.semanticweb.owl.model.OWLOntologyFormat
      extended by org.semanticweb.owl.vocab.NamespaceOWLOntologyFormat
          extended by org.semanticweb.owl.io.RDFXMLOntologyFormat
              extended by org.semanticweb.owl.io.DefaultOntologyFormat

public class DefaultOntologyFormat
extends RDFXMLOntologyFormat

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


Constructor Summary
DefaultOntologyFormat()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.semanticweb.owl.io.RDFXMLOntologyFormat
addAnnotationURI, addAnnotationURIAnnotation, clearAnnotationURIAnnotations, getAnnotationURIAnnotations, getAnnotationURIs, getNumberOfTriplesProcessedDuringLoading, removeAnnotationURIAnnotation, setNumberOfTriplesProcessedDuringLoading, toString
 
Methods inherited from class org.semanticweb.owl.vocab.NamespaceOWLOntologyFormat
addPrefixNamespaceMapping, getNamespacesByPrefixMap
 
Methods inherited from class org.semanticweb.owl.model.OWLOntologyFormat
getParameter, 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