Package org.semanticweb.owlapi.formats
Class OBODocumentFormatFactory
java.lang.Object
org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
org.semanticweb.owlapi.formats.OBODocumentFormatFactory
- All Implemented Interfaces:
Serializable
,Supplier<OWLDocumentFormat>
,MIMETypeAware
,OWLDocumentFormatFactory
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a new format.getKey()
Returns the key for the OWLDocumentFormat that this class is a factory for without necessarily creating an instance of the OWLDocumentFormat.Methods inherited from class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
equals, get, getDefaultMIMEType, getMIMETypes, handlesMimeType, hashCode, isTextual
-
Constructor Details
-
OBODocumentFormatFactory
public OBODocumentFormatFactory()
-
-
Method Details
-
getKey
Description copied from interface:OWLDocumentFormatFactory
Returns the key for the OWLDocumentFormat that this class is a factory for without necessarily creating an instance of the OWLDocumentFormat.- Specified by:
getKey
in interfaceOWLDocumentFormatFactory
- Overrides:
getKey
in classOWLDocumentFormatFactoryImpl
- Returns:
- The key for the OWLDocumentFormat.
-
createFormat
Description copied from interface:OWLDocumentFormatFactory
Create a new format. Note that ontology formats currently carry prefix information for the ontology, so an instance cannot, in general, be reused for multiple parsings.- Returns:
- new storer
-