MIMETypeAware
, Serializable
, Supplier<OWLDocumentFormat>
DLSyntaxDocumentFormatFactory
, DLSyntaxHTMLDocumentFormatFactory
, FunctionalSyntaxDocumentFormatFactory
, KRSS2DocumentFormatFactory
, KRSSDocumentFormatFactory
, LabelFunctionalDocumentFormatFactory
, LatexAxiomsListDocumentFormatFactory
, LatexDocumentFormatFactory
, ManchesterSyntaxDocumentFormatFactory
, OBODocumentFormatFactory
, OWLDocumentFormatFactoryImpl
, OWLXMLDocumentFormatFactory
, RDFXMLDocumentFormatFactory
, TurtleDocumentFormatFactory
public interface OWLDocumentFormatFactory extends Serializable, Supplier<OWLDocumentFormat>, MIMETypeAware
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
createFormat() |
Create a new format.
|
String |
getKey() |
Returns the key for the OWLOntologyFormat that this class is a factory
for without necessarily creating an instance of the OWLOntologyFormat.
|
boolean |
isTextual() |
Returns true if this format can be represented using textual characters.
|
getDefaultMIMEType, getMIMETypes, handlesMimeType
OWLDocumentFormat createFormat()
String getKey()
boolean isTextual()
Copyright © 2018 The University of Manchester. All rights reserved.