public interface OWLDocumentFormatFactory extends Serializable, javax.inject.Provider<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
OWLDocumentFormat createFormat()
String getKey()
boolean isTextual()
Copyright © 2017 The University of Manchester. All Rights Reserved.