Package org.semanticweb.owlapi.formats
Class FunctionalSyntaxDocumentFormat
java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat
- 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
-
FunctionalSyntaxDocumentFormat
public FunctionalSyntaxDocumentFormat()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceOWLDocumentFormat
- Overrides:
getKey
in classPrefixDocumentFormatImpl
- Returns:
- A unique key for this format.
-