Package org.semanticweb.owlapi.formats
Class ManchesterSyntaxDocumentFormat
java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat
- All Implemented Interfaces:
Serializable
,PrefixDocumentFormat
,OWLDocumentFormat
,PrefixManager
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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 interface org.semanticweb.owlapi.model.OWLDocumentFormat
asPrefixOWLDocumentFormat, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
Methods inherited from interface org.semanticweb.owlapi.model.PrefixManager
getPrefixNames
-
Constructor Details
-
ManchesterSyntaxDocumentFormat
public ManchesterSyntaxDocumentFormat()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceOWLDocumentFormat
- Overrides:
getKey
in classPrefixDocumentFormatImpl
- Returns:
- A unique key for this format.
-