Class ManchesterOWLSyntaxOntologyFormat

java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat
org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxOntologyFormat
All Implemented Interfaces:
Serializable, org.semanticweb.owlapi.formats.PrefixDocumentFormat, org.semanticweb.owlapi.model.OWLDocumentFormat, OWLOntologyFormat, org.semanticweb.owlapi.model.PrefixManager, PrefixOWLOntologyFormat

@Deprecated public class ManchesterOWLSyntaxOntologyFormat extends org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat implements PrefixOWLOntologyFormat
Deprecated.
use ManchesterSyntaxDocumentFormat
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group, Date: 10-May-2007
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat

    getKey

    Methods inherited from class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl

    clear, containsPrefixMapping, copyPrefixesFrom, copyPrefixesFrom, getDefaultPrefix, getIRI, getPrefix, getPrefixComparator, getPrefixIRI, getPrefixIRIIgnoreQName, getPrefixName2PrefixMap, isPrefixOWLDocumentFormat, prefixNames, setDefaultPrefix, setPrefix, setPrefixComparator, setPrefixManager, unregisterNamespace

    Methods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl

    equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat

    asPrefixOWLDocumentFormat, getKey, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs

    Methods inherited from interface org.semanticweb.owlapi.model.PrefixManager

    clear, containsPrefixMapping, copyPrefixesFrom, copyPrefixesFrom, getDefaultPrefix, getIRI, getPrefix, getPrefixComparator, getPrefixIRI, getPrefixIRIIgnoreQName, getPrefixName2PrefixMap, getPrefixNames, prefixNames, setDefaultPrefix, setPrefix, setPrefixComparator, unregisterNamespace
  • Constructor Details

    • ManchesterOWLSyntaxOntologyFormat

      public ManchesterOWLSyntaxOntologyFormat()
      Deprecated.