public interface OWLDocumentFormatFactory extends Serializable, Supplier<OWLDocumentFormat>, MIMETypeAware
Modifier and Type | Method and 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, stripWeight
OWLDocumentFormat createFormat()
String getKey()
boolean isTextual()
Copyright © 2020 The University of Manchester. All rights reserved.